Skip to content

Commit 616466f

Browse files
Update actions/checkout digest to 34e1148 (#1012)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5294b56 commit 616466f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
outputs:
1515
example-widget-mui-image-tag: ${{ steps.meta_example-widget-mui.outputs.version }}
1616
steps:
17-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
17+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1818
with:
1919
fetch-depth: '0'
2020
# don't persist the credentials so the changesets action doesn't use the
@@ -114,7 +114,7 @@ jobs:
114114
run: echo $IMAGE_TAG
115115

116116
- name: Checkout
117-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
117+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
118118
with:
119119
fetch-depth: 0 # need main branch to diff against
120120
- name: Set up Helm
@@ -155,7 +155,7 @@ jobs:
155155
env:
156156
DOCKER_PLATFORMS: linux/amd64,linux/arm64,linux/s390x
157157
steps:
158-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
158+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
159159

160160
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
161161
with:

0 commit comments

Comments
 (0)