Skip to content

Commit 1358769

Browse files
Merge pull request #3378 from verilog-to-routing/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 3 to 6
2 parents a06386b + 60a5781 commit 1358769

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
triage:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@v6
1010
- uses: actions/labeler@master
1111
with:
1212
repo-token: "${{ secrets.GITHUB_TOKEN }}"

.github/workflows/nightly_test.yml

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

7575
# TODO: This runnner is running on a self-hosted CPU. In order to upgrade
7676
# to v4, need to upgrade the machine to support node20.
77-
- uses: actions/checkout@v3
77+
- uses: actions/checkout@v6
7878
with:
7979
submodules: 'true'
8080

.github/workflows/nightly_test_manual.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
rm -rf ./.??* || true
4040
4141
# Checkout the VTR repo.
42-
- uses: actions/checkout@v4
42+
- uses: actions/checkout@v6
4343
with:
4444
submodules: 'true'
4545

@@ -146,7 +146,7 @@ jobs:
146146
with:
147147
python-version: 3.12.3
148148

149-
- uses: actions/checkout@v4
149+
- uses: actions/checkout@v6
150150
with:
151151
submodules: 'true'
152152

0 commit comments

Comments
 (0)