Skip to content

Commit 8bb7b83

Browse files
committed
Upgrade actions with deprecation warnings
1 parent 7c89a55 commit 8bb7b83

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939

4040
steps:
4141

42-
- uses: actions/checkout@v2
42+
- uses: actions/checkout@v4
4343
with:
4444
submodules: recursive
4545

46-
- uses: actions/setup-python@v2
46+
- uses: actions/setup-python@v4
4747

4848
- name: Install
4949
run: |
@@ -85,7 +85,7 @@ jobs:
8585
contents: write
8686

8787
steps:
88-
- uses: actions/checkout@v2
88+
- uses: actions/checkout@v4
8989
with:
9090
fetch-depth: 0
9191
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/licensing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
Checks:
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v2
28+
- uses: actions/checkout@v4
2929

3030
- uses: SymbiFlow/actions/checks@main
3131
with:

0 commit comments

Comments
 (0)