Skip to content

Commit 5cb930f

Browse files
authored
Merge pull request #19 from siliconcompiler/dependabot/github_actions/actions-162cbcb624
Bump the actions group across 1 directory with 2 updates
2 parents d49a3ae + 4c2ca8c commit 5cb930f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.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 repository
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222

2323
- name: pytest
2424
env:

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Check out Git repository
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616

1717
- name: Lint with Flake8
1818
run: |
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Check out Git repository
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929

3030
- name: Check spelling
3131
run: |

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
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
- uses: hynek/build-and-inspect-python-package@v2
1717

1818
publish:
@@ -25,7 +25,7 @@ jobs:
2525
id-token: write
2626

2727
steps:
28-
- uses: actions/download-artifact@v5
28+
- uses: actions/download-artifact@v6
2929
with:
3030
name: Packages
3131
path: dist

0 commit comments

Comments
 (0)