Skip to content

Commit

Permalink
Update to actions/checkout@v4. (#47)
Browse files Browse the repository at this point in the history
This fixes CI warnings about Node.js 16 being deprecated.
  • Loading branch information
sunfishcode authored Feb 14, 2024
1 parent dfc11a5 commit 4394318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: recursive

Expand All @@ -50,7 +50,7 @@ jobs:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install Rust
run: rustup update nightly && rustup default nightly && rustup component add rustfmt
- name: Format source code
Expand Down

0 comments on commit 4394318

Please sign in to comment.