diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 7498db2..0a3e0fb 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -12,7 +12,7 @@ jobs: env: CARGO_TERM_COLOR: always steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install Rust run: rustup update stable - name: Install cargo-llvm-cov diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index b16ca02..5e6f937 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -9,7 +9,7 @@ jobs: permissions: write-all runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: 'true' - uses: actions/cache@v5