Skip to content

Commit

Permalink
Merge pull request #41 from piotrkwiecinski/github-action-checkout-v4
Browse files Browse the repository at this point in the history
update github action to v4
  • Loading branch information
zonuexe authored Dec 5, 2023
2 parents 9337944 + e324249 commit adca232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
- uses: cachix/install-nix-action@v21
Expand Down

0 comments on commit adca232

Please sign in to comment.