Skip to content

Commit

Permalink
Update deprecated GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
olofk committed Sep 21, 2023
1 parent 6126576 commit c1bd482
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
steps:

- name: 🧰 Repository Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: 🐍 Set up Python ${{ matrix.pyver }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.pyver }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
pre-commit:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]

0 comments on commit c1bd482

Please sign in to comment.