Skip to content

Commit 1077b29

Browse files
authored
Merge pull request #124 from CCPBioSim/dependabot/github_actions/actions/checkout-6.0.2
Bump actions/checkout from 6.0.1 to 6.0.2
2 parents 7cd4958 + 6a2e669 commit 1077b29

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@v6.0.1
16+
uses: actions/checkout@v6.0.2
1717

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

.github/workflows/version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: softprops/turnstyle@v3.2.3
1919

2020
- name: checkout
21-
uses: actions/checkout@v6.0.1
21+
uses: actions/checkout@v6.0.2
2222
with:
2323
#ref: main
2424
fetch-depth: 0

0 commit comments

Comments
 (0)