Skip to content

Commit 74e17c4

Browse files
authored
Merge pull request #48 from CCPBioSim/dependabot/github_actions/actions/checkout-6.0.0
Bump actions/checkout from 5.0.1 to 6.0.0
2 parents be28388 + 86c54e2 commit 74e17c4

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.1
16+
uses: actions/checkout@v6.0.0
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.1
17+
uses: actions/checkout@v6.0.0
1818
with:
1919
fetch-depth: 0
2020

0 commit comments

Comments
 (0)