Skip to content

Commit

Permalink
ci: Update to actions/checkout v4 from v3
Browse files Browse the repository at this point in the history
This updates to a newer version of Node within the GitHub Action
and eliminates a warning about using the old version within the
Actions UI.
  • Loading branch information
waywardmonkeys authored and 0xpr03 committed Jul 14, 2024
1 parent f9c15eb commit 948ca73
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 @@ -28,7 +28,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: setup toolchain
# `--no-self-update` is needed due to a permission issue on the GHA env.
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: setup toolchain
# `--no-self-update` is needed due to a permission issue on the GHA env.
Expand All @@ -129,7 +129,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: install cargo-audit
run: |
Expand Down

0 comments on commit 948ca73

Please sign in to comment.