Skip to content

Commit 4890ed5

Browse files
authored
Merge pull request #122 from siliconcompiler/dependabot/github_actions/actions-76468cb07f
Bump actions/checkout from 5 to 6 in the actions group
2 parents eb698f1 + 126993a commit 4890ed5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Check out Git repository
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
- name: Lint with Flake8
2121
run: |
2222
python3 -m venv .venv
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Check out Git repository
34-
uses: actions/checkout@v5
34+
uses: actions/checkout@v6
3535
- name: Run tests
3636
run: |
3737
python3 -m venv .venv
@@ -51,10 +51,10 @@ jobs:
5151
runs-on: ubuntu-latest
5252
steps:
5353
- name: Check out Git repository
54-
uses: actions/checkout@v5
54+
uses: actions/checkout@v6
5555

5656
- name: Check out siliconcompiler Git repository
57-
uses: actions/checkout@v5
57+
uses: actions/checkout@v6
5858
with:
5959
repository: siliconcompiler/siliconcompiler
6060
path: siliconcompiler
@@ -83,7 +83,7 @@ jobs:
8383
container: ghcr.io/siliconcompiler/sc_runner:latest
8484
steps:
8585
- name: Check out Git repository
86-
uses: actions/checkout@v5
86+
uses: actions/checkout@v6
8787
- name: Run tests
8888
run: |
8989
python3 -m venv .venv

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
with:
1717
submodules: true
1818
- uses: hynek/build-and-inspect-python-package@v2

0 commit comments

Comments
 (0)