Skip to content

Commit 5a81197

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 78545c5 commit 5a81197

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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 }}

.github/workflows/docker-name-version-arch.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,13 @@ jobs:
146146
# Setup repository
147147
# ------------------------------------------------------------
148148
- name: "[SETUP] Checkout repository (current)"
149-
uses: actions/checkout@v2
149+
uses: actions/checkout@v3
150150
with:
151151
fetch-depth: 0
152152
if: needs.configure.outputs.has_refs == 0
153153

154154
- name: "[SETUP] Checkout repository (ref: ${{ matrix.refs }})"
155-
uses: actions/checkout@v2
155+
uses: actions/checkout@v3
156156
with:
157157
fetch-depth: 0
158158
ref: ${{ matrix.refs }}
@@ -224,13 +224,13 @@ jobs:
224224
# Setup repository
225225
# ------------------------------------------------------------
226226
- name: "[SETUP] Checkout repository (current)"
227-
uses: actions/checkout@v2
227+
uses: actions/checkout@v3
228228
with:
229229
fetch-depth: 0
230230
if: needs.configure.outputs.has_refs == 0
231231

232232
- name: "[SETUP] Checkout repository (ref: ${{ matrix.refs }})"
233-
uses: actions/checkout@v2
233+
uses: actions/checkout@v3
234234
with:
235235
fetch-depth: 0
236236
ref: ${{ matrix.refs }}

0 commit comments

Comments
 (0)