Skip to content

Commit b9e3428

Browse files
authored
Merge pull request #14 from CCPBioSim/dependabot/github_actions/actions/checkout-5.0.1
Bump actions/checkout from 5.0.0 to 5.0.1
2 parents 7016ac2 + a783c98 commit b9e3428

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
@@ -20,7 +20,7 @@ jobs:
2020
tag: ${{ steps.envvars.outputs.tag }}
2121
steps:
2222
- name: checkout
23-
uses: actions/checkout@v5.0.0
23+
uses: actions/checkout@v5.0.1
2424

2525
- name: Prepare env
2626
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@v5.0.0
18+
- uses: actions/checkout@v5.0.1
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)