From 2f968389d72c17617302e58cbc8f02435a4e4f4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 21:48:25 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to eef6144 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 cbe5575a0..7f2b9da5f 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 # Beginning of yarn setup - name: use node.js 20.x diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index e4c6b87e4..ddb8a17c9 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 # Beginning of yarn setup - name: use node.js 20.x diff --git a/.github/workflows/techdocs.yml b/.github/workflows/techdocs.yml index 2aa1624d8..7478aee4f 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 with: repository: backstage/backstage fetch-depth: 1 diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml index 0b6b8fc23..d2b953099 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # 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 477720a1a..bbb573923 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Setup Pages uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5 with: