Skip to content

Commit

Permalink
ci: upgrade checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Jan 27, 2024
1 parent 1125fe1 commit 5d7d20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Download docker image
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 5d7d20b

Please sign in to comment.