Skip to content

Commit 19bad12

Browse files
committed
Upgrade actions with deprecation warnings
1 parent 834794d commit 19bad12

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
@@ -41,11 +41,11 @@ jobs:
4141

4242
steps:
4343

44-
- uses: actions/checkout@v2
44+
- uses: actions/checkout@v4
4545
with:
4646
submodules: recursive
4747

48-
- uses: actions/setup-python@v2
48+
- uses: actions/setup-python@v4
4949

5050
- name: Install
5151
run: |
@@ -87,7 +87,7 @@ jobs:
8787
contents: write
8888

8989
steps:
90-
- uses: actions/checkout@v2
90+
- uses: actions/checkout@v4
9191
with:
9292
fetch-depth: 0
9393
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)