Skip to content

Commit 5a4b5d3

Browse files
authored
Merge pull request #7 from devilbox/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 67ca3af + 40f5286 commit 5a4b5d3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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)