Skip to content

Commit e961458

Browse files
authored
Merge pull request #20 from CCPBioSim/dependabot/github_actions/actions/checkout-6.0.0
Bump actions/checkout from 5.0.1 to 6.0.0
2 parents bf8e7c5 + bd730d1 commit e961458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

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

2525
- name: Prepare env
2626
id: envvars

0 commit comments

Comments
 (0)