Skip to content

Commit

Permalink
CI: update checkout action to v4
Browse files Browse the repository at this point in the history
Gets rid of warnings about the Node 16 runtime being deprecated.
  • Loading branch information
athre0z committed Feb 11, 2024
1 parent ed379dc commit 9b86c04
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 @@ -31,7 +31,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with: { submodules: recursive }
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with: { submodules: recursive }
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 9b86c04

Please sign in to comment.