From 6b8aa23b0294153924622a6ba4cf67e93c54093b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 19:15:51 +0000 Subject: [PATCH] Update actions/checkout action to v6.0.3 --- .github/workflows/app-shell-sync.yml | 4 ++-- .github/workflows/pr-checks.yml | 2 +- .github/workflows/sdk-docs-sync.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/app-shell-sync.yml b/.github/workflows/app-shell-sync.yml index 05b50e9..9b2fed9 100644 --- a/.github/workflows/app-shell-sync.yml +++ b/.github/workflows/app-shell-sync.yml @@ -20,14 +20,14 @@ jobs: private-key: ${{ secrets.TAILOR_DOCS_BOT_PRIVATE_KEY }} - name: Checkout current repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: token: ${{ steps.app-token.outputs.token }} ref: main path: docs - name: Checkout app-shell repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: repository: tailor-platform/app-shell ref: ${{ env.APP_SHELL_REF }} diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index db0ab9f..e5dd528 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Check spelling uses: crate-ci/typos@7b04f660f4ee4f048d18fd341887cf28dfbedfe2 # v1.46.3 diff --git a/.github/workflows/sdk-docs-sync.yml b/.github/workflows/sdk-docs-sync.yml index 3c57875..bbf60d2 100644 --- a/.github/workflows/sdk-docs-sync.yml +++ b/.github/workflows/sdk-docs-sync.yml @@ -20,14 +20,14 @@ jobs: private-key: ${{ secrets.TAILOR_DOCS_BOT_PRIVATE_KEY }} - name: Checkout current repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: token: ${{ steps.app-token.outputs.token }} ref: main path: docs - name: Checkout sdk repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: repository: tailor-platform/sdk ref: ${{ env.FRONTEND_REF }}