From dcf73a64c1922fccfd36a224ef7fa1cfdbab10b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 13:46:42 +0000 Subject: [PATCH] ci(core-deps): update actions/checkout action to v5 --- .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 1eb2041..b493060 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@v5 with: token: ${{ secrets.DEPLOYMENT_TOKEN }} submodules: recursive diff --git a/action.yml b/action.yml index 4bada6b..13b687d 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@v5 with: token: ${{ inputs.github-token }} submodules: recursive