Skip to content

Commit 831a557

Browse files
authored
Merge pull request #43 from CCPBioSim/dependabot/github_actions/actions/checkout-5.0.1
2 parents d75b592 + 182f915 commit 831a557

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-24.04
1414
steps:
1515
- name: checkout
16-
uses: actions/checkout@v5.0.0
16+
uses: actions/checkout@v5.0.1
1717

1818
- name: setup python
1919
uses: actions/setup-python@v6.0.0

.github/workflows/version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
steps:
1616
- name: checkout
17-
uses: actions/checkout@v5.0.0
17+
uses: actions/checkout@v5.0.1
1818
with:
1919
fetch-depth: 0
2020

0 commit comments

Comments
 (0)