From 9205d37fb3a207fcc4c09904b00021181b2d4d6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 17:36:00 +0000 Subject: [PATCH] ci: update actions/checkout action to v6 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/relesae-plz.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b85f55..36411b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: git config --global core.symlinks true git config --global fetch.parallel 32 - - uses: actions/checkout@v4 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - uses: dtolnay/rust-toolchain@stable - name: Run sccache-cache @@ -98,7 +98,7 @@ jobs: git config --global core.symlinks true git config --global fetch.parallel 32 - - uses: actions/checkout@v4 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - uses: dtolnay/rust-toolchain@nightly with: components: miri diff --git a/.github/workflows/relesae-plz.yml b/.github/workflows/relesae-plz.yml index 1a31e44..d7739c6 100644 --- a/.github/workflows/relesae-plz.yml +++ b/.github/workflows/relesae-plz.yml @@ -29,7 +29,7 @@ jobs: private-key: ${{ secrets.RELEASE_BOT_APP_PRIVATE_KEY }} - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: fetch-depth: 0 token: ${{ steps.generate-token.outputs.token }} @@ -90,7 +90,7 @@ jobs: private-key: ${{ secrets.RELEASE_BOT_APP_PRIVATE_KEY }} - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: fetch-depth: 0 token: ${{ steps.generate-token.outputs.token }}