Merge pull request #31572 from backstage/renovate/actions-checkout-digest

chore(deps): update actions/checkout digest to 08eba0b
This commit is contained in:
Fredrik Adelöw
2025-11-03 20:57:28 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -99,7 +99,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
- name: Fetch cached Manifests File
id: cache
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
# We need to checkout the `.github/ISSUE_TEMPLATE` for the advanced labeler action to be able to read the templates
# While at it we might as well checkout all of `.github` so that the labeling actions don't need to fetch their configs
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
with:
sparse-checkout: .github