Skip to content

Commit

Permalink
Updating GitHub Actions to new Node20 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
davidorme committed Feb 6, 2024
1 parent 76f1906 commit 36fed75
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
qa:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- uses: pre-commit/action@v3.0.0
Expand All @@ -22,9 +22,9 @@ jobs:
python-version: [ "3.10", "3.11" ]

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

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -47,8 +47,8 @@ jobs:
needs: qa
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"

Expand Down

0 comments on commit 36fed75

Please sign in to comment.