Skip to content

Commit ee324c3

Browse files
authored
Merge pull request #97 from siliconcompiler/dependabot/github_actions/actions-76468cb07f
Bump actions/checkout from 5 to 6 in the actions group across 1 directory
2 parents 3e23cae + 3de9216 commit ee324c3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Check out Git repository
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424
with:
2525
fetch-depth: 0
2626

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- {python: "3.13", os: "ubuntu-latest"}
2525
- {python: "3.14", os: "ubuntu-latest"}
2626
steps:
27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
2828
with:
2929
submodules: true
3030
fetch-depth: 0

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
CIBW_ARCHS_LINUX: ${{ matrix.platform.arch }}
3838

3939
steps:
40-
- uses: actions/checkout@v5
40+
- uses: actions/checkout@v6
4141
with:
4242
submodules: true
4343
fetch-depth: 0

0 commit comments

Comments
 (0)