Skip to content

Commit

Permalink
Update GH actions helpers to use Node 20-based versions (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejalim authored Jan 30, 2024
1 parent 371da46 commit 4be512c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- 'pypy-3.10'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand All @@ -42,8 +42,8 @@ jobs:
- run-tests
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.12
- name: Install dependencies for package building only
Expand Down

0 comments on commit 4be512c

Please sign in to comment.