Skip to content

Commit

Permalink
ci: use consistent checkout action version
Browse files Browse the repository at this point in the history
We use version 4 in the integration test, so use version 4 here too.
  • Loading branch information
EFord36 committed Apr 17, 2024
1 parent 2a98428 commit 2a01a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
steps:
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
lfs: true

Expand Down

0 comments on commit 2a01a6a

Please sign in to comment.