Skip to content

Commit 5348536

Browse files
authored
Merge pull request #164 from CCPBioSim/dependabot/github_actions/actions/checkout-6.0.3
Bump actions/checkout from 6.0.2 to 6.0.3
2 parents b425c87 + 53871be commit 5348536

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.2
16+
uses: actions/checkout@v6.0.3
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.4
1919

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

0 commit comments

Comments
 (0)