diff --git a/.github/workflows/check_changelog.yml b/.github/workflows/check_changelog.yml index 419c9fa..ee511b3 100644 --- a/.github/workflows/check_changelog.yml +++ b/.github/workflows/check_changelog.yml @@ -13,7 +13,7 @@ jobs: if: (!contains(github.event.pull_request.labels.*.name, 'skip changelog')) steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Check that CHANGELOG is touched run: | git fetch origin ${{ github.base_ref }} --depth 1 && \ diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99ac48c..d372679 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Update Rust toolchain run: rustup update - name: Rust Cache @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Update Rust toolchain run: rustup update - name: Rust Cache @@ -54,7 +54,7 @@ jobs: INTEGRATION_TEST_BUILDER: heroku/${{ matrix.builder }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 # The dpkg man-db trigger is excessively slow on GHA runners, see e.g.: # https://github.com/actions/runner-images/issues/10977 # https://github.com/actions/runner/issues/4030