diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 763f45e..aaa8570 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') || (startsWith(github.ref, 'refs/heads/') && !startsWith(github.ref, 'refs/heads/dependabot/')) runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: EmbarkStudios/cargo-deny-action@v2 build: # only run for pushes to tags or non-dependabot branches @@ -58,7 +58,7 @@ jobs: runs-on: ${{ matrix.target.runs-on }} steps: - name: git checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup workflow cache uses: actions/cache@v5 with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b3c886..1cb83e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: cargo-deny: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: EmbarkStudios/cargo-deny-action@v2 test: strategy: @@ -56,7 +56,7 @@ jobs: runs-on: ${{ matrix.target.runs-on }} steps: - name: git checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup workflow cache uses: actions/cache@v5 with: