Skip to content

Commit

Permalink
ci: fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
masnagam committed May 25, 2024
1 parent f604359 commit 765926d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
with:
app_id: ${{ secrets.CI_BOT_APP_ID }}
private_key: ${{ secrets.CI_BOT_PRIVATE_KEY }}
- uses: raven-actions/bot-details@v1
# Use `main` in order to use actions/github-script@v7 for avoiding a warning.
- uses: raven-actions/bot-details@main
id: bot-details
with:
bot-slug-name: mirakc-ci
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: raven-actions/bot-details@v1
# Use `main` in order to use actions/github-script@v7 for avoiding a warning.
- uses: raven-actions/bot-details@main
id: bot-details
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 765926d

Please sign in to comment.