Skip to content

Commit

Permalink
Update checkout action version to avoid build warnning message. (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
upbeat-backbone-bose committed Mar 7, 2024
1 parent b41f55d commit 2683b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./
# with:
# BOT_GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
Expand Down

0 comments on commit 2683b4d

Please sign in to comment.