Skip to content

Commit 4c4bb37

Browse files
authored
Merge pull request #10 from CCPBioSim/dependabot/github_actions/actions/checkout-6.0.0
Bump actions/checkout from 5.0.1 to 6.0.0
2 parents 9713b43 + e8a8c54 commit 4c4bb37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
tag: ${{ steps.envvars.outputs.tag }}
1919
steps:
2020
- name: checkout
21-
uses: actions/checkout@v5.0.1
21+
uses: actions/checkout@v6.0.0
2222

2323
- name: Prepare env
2424
id: envvars

0 commit comments

Comments
 (0)