Skip to content

Commit 63a284c

Browse files
Bump actions/checkout from 3 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3ca902b commit 63a284c

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout ARC
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v6
2222
with:
2323
path: ARC
2424

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v6
2828

2929
- name: Initialize CodeQL
3030
uses: github/codeql-action/init@v3

.github/workflows/docker_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
swap-storage: true
3535

3636
- name: Checkout
37-
uses: actions/checkout@v5.0.0
37+
uses: actions/checkout@v6
3838

3939
- name: Set up Buildx
4040
uses: docker/setup-buildx-action@v3.11.1

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
# ── clone ARC repo ───────────────────────────────────────────
1616
- name: Checkout ARC
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818
with:
1919
repository: ReactionMechanismGenerator/ARC
2020
path: ARC

.github/workflows/update-cache.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
# ────────── source repo ──────────
2121
- name: Checkout ARC
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323

2424
# ────────── AutoTST ──────────
2525
- name: Cache AutoTST
@@ -32,7 +32,7 @@ jobs:
3232
${{ runner.os }}-autotst-
3333
- name: Checkout AutoTST
3434
if: steps.cache-autotst.outputs.cache-hit != 'true'
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v6
3636
with:
3737
repository: ReactionMechanismGenerator/AutoTST
3838
path: AutoTST
@@ -50,7 +50,7 @@ jobs:
5050
${{ runner.os }}-tsgcn-
5151
- name: Checkout TS-GCN
5252
if: steps.cache-tsgcn.outputs.cache-hit != 'true'
53-
uses: actions/checkout@v4
53+
uses: actions/checkout@v6
5454
with:
5555
repository: ReactionMechanismGenerator/TS-GCN
5656
path: TS-GCN
@@ -68,7 +68,7 @@ jobs:
6868
${{ runner.os }}-kinbot-
6969
- name: Checkout KinBot 2.0.6
7070
if: steps.cache-kinbot.outputs.cache-hit != 'true'
71-
uses: actions/checkout@v4
71+
uses: actions/checkout@v6
7272
with:
7373
repository: zadorlab/KinBot
7474
path: KinBot

0 commit comments

Comments
 (0)