Skip to content

Commit 2c23539

Browse files
authored
Merge pull request #226 from puzzle/renovate/actions-checkout-digest
Update actions/checkout digest to 692973e
2 parents c46cd31 + d67b12a commit 2c23539

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
-
1111
name: Checkout
12-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
12+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1313
with:
1414
submodules: recursive
1515
-

.github/workflows/pr-cleanup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
-
1111
name: Checkout
12-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
12+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1313
with:
1414
submodules: recursive
1515
-

.github/workflows/push-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
-
1313
name: Checkout
14-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
14+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1515
with:
1616
submodules: recursive
1717
-

0 commit comments

Comments
 (0)