Skip to content

Commit f3f31d5

Browse files
chore(deps-dev): update actions/checkout action to v4 (#67)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0205b04 commit f3f31d5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/pr-build.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
egress-policy: audit
2020
- name: Checkout
21-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
21+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2222
with:
2323
fetch-depth: 0
2424

@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
egress-policy: audit
5454
- name: Checkout
55-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
55+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
5656
- name: Setup Go
5757
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
5858
with:
@@ -86,7 +86,7 @@ jobs:
8686
with:
8787
egress-policy: audit
8888
- name: Checkout
89-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
89+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
9090
- name: Setup Go
9191
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
9292
with:
@@ -104,7 +104,7 @@ jobs:
104104
with:
105105
egress-policy: audit
106106
- name: Checkout
107-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
107+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
108108
- name: Setup Go
109109
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
110110
with:
@@ -149,7 +149,7 @@ jobs:
149149
with:
150150
egress-policy: audit
151151
- name: Checkout
152-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
152+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
153153
- name: Setup Go
154154
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
155155
with:
@@ -192,7 +192,7 @@ jobs:
192192
with:
193193
egress-policy: audit
194194
- name: Checkout
195-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
195+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
196196
with:
197197
fetch-depth: 0
198198

0 commit comments

Comments
 (0)