From a33cda52d311966481ecba9f5f1d1e69d8275d36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 18:26:03 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 11bd719 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/master.yml | 2 +- .github/workflows/pull.yml | 2 +- .github/workflows/techdocs.yml | 2 +- .github/workflows/version-bump.yml | 2 +- demo-template/template/skeleton/.github/workflows/pages.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index deae78ccf..94f06992f 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -13,7 +13,7 @@ jobs: NODE_OPTIONS: --max-old-space-size=4096 steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 # Beginning of yarn setup - name: use node.js 20.x diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index 4161ec521..03f2635ac 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -12,7 +12,7 @@ jobs: NODE_OPTIONS: --max-old-space-size=4096 steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 # Beginning of yarn setup - name: use node.js 20.x diff --git a/.github/workflows/techdocs.yml b/.github/workflows/techdocs.yml index 7478aee4f..c4606a9ae 100644 --- a/.github/workflows/techdocs.yml +++ b/.github/workflows/techdocs.yml @@ -19,7 +19,7 @@ jobs: id-token: 'write' steps: - name: Checkout Backstage - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: repository: backstage/backstage fetch-depth: 1 diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml index 7758933f3..7af28f8bf 100644 --- a/.github/workflows/version-bump.yml +++ b/.github/workflows/version-bump.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout backstage' - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 1 diff --git a/demo-template/template/skeleton/.github/workflows/pages.yml b/demo-template/template/skeleton/.github/workflows/pages.yml index bbb573923..bc4b435fe 100644 --- a/demo-template/template/skeleton/.github/workflows/pages.yml +++ b/demo-template/template/skeleton/.github/workflows/pages.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Setup Pages uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5 with: