From 9972c7bfb969ce674b4ac739c1ca64f68754d7dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 20:28:55 +0000 Subject: [PATCH] chore(deps): Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `actions/checkout` from 4.3.1 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/34e114876b0b11c390a56381ad16ebd13914f8d5...de0fac2e4500dabe0009e67214ff5f5447ce83dd) Updates `taiki-e/install-action` from 2.9.4 to 2.70.3 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/899b013517f9e7774591216672bf75a46bb9a481...6ef672efc2b5aabc787a9e94baf4989aa02a97df) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: taiki-e/install-action dependency-version: 2.70.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-backend-tests.yml | 4 ++-- .github/workflows/pr-build-validation.yml | 2 +- .github/workflows/pr-frontend-tests.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr-backend-tests.yml b/.github/workflows/pr-backend-tests.yml index 9b3cb4dc..1a86bff0 100644 --- a/.github/workflows/pr-backend-tests.yml +++ b/.github/workflows/pr-backend-tests.yml @@ -14,7 +14,7 @@ jobs: runs-on: macos-latest steps: - name: Checkout repository - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: ref: ${{ inputs.head_ref || github.head_ref }} fetch-depth: 1 @@ -23,7 +23,7 @@ jobs: run: rustup toolchain install nightly-2026-03-30 --component llvm-tools --no-self-update - name: Install cargo-llvm-cov - uses: taiki-e/install-action@899b013517f9e7774591216672bf75a46bb9a481 # v2.9.4 + uses: taiki-e/install-action@6ef672efc2b5aabc787a9e94baf4989aa02a97df # v2.70.3 with: tool: cargo-llvm-cov diff --git a/.github/workflows/pr-build-validation.yml b/.github/workflows/pr-build-validation.yml index 4ddc8546..575eb632 100644 --- a/.github/workflows/pr-build-validation.yml +++ b/.github/workflows/pr-build-validation.yml @@ -14,7 +14,7 @@ jobs: runs-on: macos-latest steps: - name: Checkout repository - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: ref: ${{ inputs.head_ref || github.head_ref }} fetch-depth: 1 diff --git a/.github/workflows/pr-frontend-tests.yml b/.github/workflows/pr-frontend-tests.yml index 8c1da3f2..b513a814 100644 --- a/.github/workflows/pr-frontend-tests.yml +++ b/.github/workflows/pr-frontend-tests.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: ref: ${{ inputs.head_ref || github.head_ref }} fetch-depth: 1