Skip to content

Commit

Permalink
Upgrade actions with deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Sep 15, 2023
1 parent 7c89a55 commit 8bb7b83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:

steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: recursive

- uses: actions/setup-python@v2
- uses: actions/setup-python@v4

- name: Install
run: |
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/licensing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
Checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: SymbiFlow/actions/checks@main
with:
Expand Down

0 comments on commit 8bb7b83

Please sign in to comment.