Skip to content

Commit 83cb06a

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 592c579 commit 83cb06a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,13 @@ jobs:
131131
# Setup repository
132132
# ------------------------------------------------------------
133133
- name: "[SETUP] Checkout repository (current)"
134-
uses: actions/checkout@v2
134+
uses: actions/checkout@v3
135135
with:
136136
fetch-depth: 0
137137
if: needs.configure.outputs.has_refs == 0
138138

139139
- name: "[SETUP] Checkout repository (ref: ${{ matrix.refs }})"
140-
uses: actions/checkout@v2
140+
uses: actions/checkout@v3
141141
with:
142142
fetch-depth: 0
143143
ref: ${{ matrix.refs }}
@@ -205,13 +205,13 @@ jobs:
205205
# Setup repository
206206
# ------------------------------------------------------------
207207
- name: "[SETUP] Checkout repository (current)"
208-
uses: actions/checkout@v2
208+
uses: actions/checkout@v3
209209
with:
210210
fetch-depth: 0
211211
if: needs.configure.outputs.has_refs == 0
212212

213213
- name: "[SETUP] Checkout repository (ref: ${{ matrix.refs }})"
214-
uses: actions/checkout@v2
214+
uses: actions/checkout@v3
215215
with:
216216
fetch-depth: 0
217217
ref: ${{ matrix.refs }}

.github/workflows/lint-generic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515

1616
- name: "[SETUP] Checkout repository"
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v3
1818
with:
1919
fetch-depth: 0
2020

0 commit comments

Comments
 (0)