Skip to content

Commit 40f5286

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 67ca3af commit 40f5286

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
@@ -126,13 +126,13 @@ jobs:
126126
# Setup repository
127127
# ------------------------------------------------------------
128128
- name: "[SETUP] Checkout repository (current)"
129-
uses: actions/checkout@v2
129+
uses: actions/checkout@v3
130130
with:
131131
fetch-depth: 0
132132
if: needs.configure.outputs.has_refs == 0
133133

134134
- name: "[SETUP] Checkout repository (ref: ${{ matrix.refs }})"
135-
uses: actions/checkout@v2
135+
uses: actions/checkout@v3
136136
with:
137137
fetch-depth: 0
138138
ref: ${{ matrix.refs }}
@@ -200,13 +200,13 @@ jobs:
200200
# Setup repository
201201
# ------------------------------------------------------------
202202
- name: "[SETUP] Checkout repository (current)"
203-
uses: actions/checkout@v2
203+
uses: actions/checkout@v3
204204
with:
205205
fetch-depth: 0
206206
if: needs.configure.outputs.has_refs == 0
207207

208208
- name: "[SETUP] Checkout repository (ref: ${{ matrix.refs }})"
209-
uses: actions/checkout@v2
209+
uses: actions/checkout@v3
210210
with:
211211
fetch-depth: 0
212212
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)