Skip to content

Commit

Permalink
Update GitHub Actions for Node.js 16 deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Mar 16, 2024
1 parent 66a4ecc commit 1162595
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
pre-commit:
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.7'
- run: |
Expand Down Expand Up @@ -44,10 +44,10 @@ jobs:
- python-version: '3.7'
poetry-version: '1.8.1'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- run: |
Expand Down

0 comments on commit 1162595

Please sign in to comment.