Skip to content

Commit 60d30bd

Browse files
authored
Merge pull request #760 from piotrkwiecinski/github-action-checkout-v4
update github action checkout to v4
2 parents 136e9a2 + 67a3a88 commit 60d30bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: conao3/setup-cask@master
3737
with:
3838
version: 'snapshot'
39-
- uses: actions/checkout@v3
39+
- uses: actions/checkout@v4
4040
- name: Run tests
4141
if: matrix.allow_failure != true
4242
run: 'make .cask test'

0 commit comments

Comments
 (0)