Skip to content

Commit acfda03

Browse files
authored
Merge pull request #22 from CCPBioSim/dependabot/github_actions/actions/checkout-6.0.2
Bump actions/checkout from 6.0.1 to 6.0.2
2 parents d5ca3cf + 2a6fc22 commit acfda03

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
sudo docker builder prune -a
2727
2828
- name: checkout
29-
uses: actions/checkout@v6.0.1
29+
uses: actions/checkout@v6.0.2
3030

3131
- name: Prepare env
3232
id: envvars

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
container: condaforge/mambaforge:latest
1616

1717
steps:
18-
- uses: actions/checkout@v6.0.1
18+
- uses: actions/checkout@v6.0.2
1919

2020
- name: Run CI
2121
# Ensure the step runs under bash so `pipefail` is supported in the shell flags

0 commit comments

Comments
 (0)