Skip to content

Commit adca232

Browse files
authored
Merge pull request #41 from piotrkwiecinski/github-action-checkout-v4
update github action to v4
2 parents 9337944 + e324249 commit adca232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-snapshot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
with:
1414
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
1515
- uses: cachix/install-nix-action@v21

0 commit comments

Comments
 (0)