diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ef02b461..0f2f1c3c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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. @@ -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. @@ -129,7 +129,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: install cargo-audit run: |