Skip to content

Commit

Permalink
Merge pull request #67 from stepchowfun/update-actions
Browse files Browse the repository at this point in the history
Update GitHub Actions to use non-deprecated versions
  • Loading branch information
stepchowfun authored Jun 1, 2024
2 parents 344a6a0 + 8be55b6 commit 4c52af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Validate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- if: ${{ github.event_name == 'push' }}
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 4c52af8

Please sign in to comment.