Skip to content

Commit

Permalink
ci: Update actions/checkout@v3 to v4
Browse files Browse the repository at this point in the history
This fixes some warnings in the GitHub Actions UI about deprecated
versions of NodeJS being used.
  • Loading branch information
waywardmonkeys committed Jul 25, 2024
1 parent 30c914e commit 018fd74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
toolchain: [1.63.0, stable, beta, nightly]
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install toolchain
uses: dtolnay/rust-toolchain@master
with:
Expand All @@ -37,7 +37,7 @@ jobs:
toolchain: [1.63.0, stable, beta, nightly]
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install toolchain and targets
uses: dtolnay/rust-toolchain@master
with:
Expand All @@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install toolchain
uses: dtolnay/rust-toolchain@stable
- name: Install faketty
Expand Down

0 comments on commit 018fd74

Please sign in to comment.