Skip to content

Commit 03f6e2e

Browse files
grafanarenovatebot[bot]Nadia Santalla
authored and
Nadia Santalla
committed
chore: Update actions/checkout digest to 11bd719
1 parent 07b80c5 commit 03f6e2e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build_and_publish.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- name: checkout
44-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
44+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4545
with:
4646
fetch-depth: 0
4747
fetch-tags: true
@@ -163,7 +163,7 @@ jobs:
163163
repositories: ${{ needs.preflight.outputs.repo_name }}
164164

165165
- name: checkout
166-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
166+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
167167
with:
168168
fetch-depth: 0
169169

@@ -265,7 +265,7 @@ jobs:
265265
# to obtain GOOS and GOARCH (because it's downloading a remote tarball
266266
# where those values are part of the filename).
267267
- name: checkout
268-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
268+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
269269
with:
270270
fetch-depth: 0
271271

.github/workflows/validate_pr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: checkout
21-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
21+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2222
with:
2323
fetch-depth: 0
2424
fetch-tags: true

0 commit comments

Comments
 (0)