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 ef0c348
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:

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

- name: 🐍 Set up Python ${{ matrix.pyver }}
uses: actions/setup-python@v2
Expand Down
2 changes: 1 addition & 1 deletion .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/checkout@v3
- uses: actions/setup-python@v2
- uses: pre-commit/[email protected]

0 comments on commit ef0c348

Please sign in to comment.