Skip to content

Commit

Permalink
Deal with GHA deprecation warnings (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson committed Apr 4, 2023
1 parent 17df25e commit 1beb6af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
name: "Build and check Python package"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v2"
- uses: "actions/checkout@v3"

- uses: "actions/setup-python@v2"
- uses: "actions/setup-python@v4"
with:
python-version: "3.x"

Expand All @@ -63,7 +63,7 @@ jobs:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: "actions/setup-python@v4"
with:
Expand Down

0 comments on commit 1beb6af

Please sign in to comment.