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 99112cd commit f5cb5b7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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 @@ -45,11 +45,11 @@ jobs:
env:
DARCS_EMAIL: foo <foo@example.com>
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: dtolnay/rust-toolchain@1.65.0
# - uses: dtolnay/rust-toolchain@1.65.0
# - uses: Swatinem/rust-cache@v2
- if: ${{ matrix.git-version != 'default' }}
env:
Expand Down

0 comments on commit f5cb5b7

Please sign in to comment.