From c61aa6a3c2c11365cd02a3f29b85cb003ddcedc1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 19:04:00 +0000 Subject: [PATCH] ci(core-deps): update actions/checkout action to v6 --- .github/workflows/release.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1eb2041f..332c68f0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: ) steps: - name: Checkout the repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: token: ${{ secrets.DEPLOYMENT_TOKEN }} submodules: recursive diff --git a/action.yml b/action.yml index 4bada6b6..ec6555c3 100644 --- a/action.yml +++ b/action.yml @@ -48,7 +48,7 @@ runs: using: composite steps: - name: Checkout the repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: token: ${{ inputs.github-token }} submodules: recursive