Skip to content

Commit 3918ed3

Browse files
authored
Merge pull request #74 from cando-developers/dependabot/github_actions/dot-github/workflows/actions/checkout-5
Bump actions/checkout from 4 to 5 in /.github/workflows
2 parents 943315c + dc99af8 commit 3918ed3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_cando.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ jobs:
3535
brew install boost fmt gmp llvm ninja pkg-config sbcl ecl netcdf zeromq
3636
3737
- name: Checkout clasp
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v5
3939
with:
4040
repository: clasp-developers/clasp
4141
ref: main
4242

4343
- name: Checkout cando
44-
uses: actions/checkout@v4
44+
uses: actions/checkout@v5
4545
with:
4646
path: extensions/cando
4747

0 commit comments

Comments
 (0)