From e3b85f42f61e1621cd9a3de1c5c48e2ed4bb9fd9 Mon Sep 17 00:00:00 2001 From: "projectorigin-renovate[bot]" <150237208+projectorigin-renovate[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 08:40:55 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/auto-release.yaml | 2 +- .github/workflows/release-published.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-release.yaml b/.github/workflows/auto-release.yaml index 04beeb67..1ebe8460 100644 --- a/.github/workflows/auto-release.yaml +++ b/.github/workflows/auto-release.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: fetch-depth: 0 diff --git a/.github/workflows/release-published.yaml b/.github/workflows/release-published.yaml index 36a2160b..5c7d106c 100644 --- a/.github/workflows/release-published.yaml +++ b/.github/workflows/release-published.yaml @@ -38,7 +38,7 @@ jobs: needs: - define-version steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Install swaggerhub cli run: npm i -g swaggerhub-cli