From a3f96ded13c273fce2d2d0cb9533d45e1598a9a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 07:29:20 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/_init.yml | 2 +- .github/workflows/_release.yml | 2 +- .github/workflows/_test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/_init.yml b/.github/workflows/_init.yml index a327e67..da87fff 100644 --- a/.github/workflows/_init.yml +++ b/.github/workflows/_init.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: fetch-depth: 0 diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml index 38b6cf9..7b79052 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 - name: Load dependencies from cache uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index 0835754..d042a83 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 - name: Load dependencies from cache uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4