Skip to content

Commit b5c366c

Browse files
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a4c5439 commit b5c366c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker-build-multi-arch.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,13 @@ jobs:
125125
# Setup repository
126126
# ------------------------------------------------------------
127127
- name: "[SETUP] Checkout repository (current)"
128-
uses: actions/checkout@v2
128+
uses: actions/checkout@v3
129129
with:
130130
fetch-depth: 0
131131
if: needs.configure.outputs.has_refs == 0
132132

133133
- name: "[SETUP] Checkout repository (ref: ${{ matrix.refs }})"
134-
uses: actions/checkout@v2
134+
uses: actions/checkout@v3
135135
with:
136136
fetch-depth: 0
137137
ref: ${{ matrix.refs }}
@@ -202,13 +202,13 @@ jobs:
202202
# Setup repository
203203
# ------------------------------------------------------------
204204
- name: "[SETUP] Checkout repository (current)"
205-
uses: actions/checkout@v2
205+
uses: actions/checkout@v3
206206
with:
207207
fetch-depth: 0
208208
if: needs.configure.outputs.has_refs == 0
209209

210210
- name: "[SETUP] Checkout repository (ref: ${{ matrix.refs }})"
211-
uses: actions/checkout@v2
211+
uses: actions/checkout@v3
212212
with:
213213
fetch-depth: 0
214214
ref: ${{ matrix.refs }}

0 commit comments

Comments
 (0)