Skip to content

Commit ad1422b

Browse files
build(deps): bump actions/checkout from 4 to 5 (#37)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1f6c465 commit ad1422b

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/terraform-module-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# repositories: ''
5656

5757
- name: Checkout
58-
uses: actions/checkout@v4
58+
uses: actions/checkout@v5
5959
with:
6060
persist-credentials: false
6161
fetch-depth: 0

.github/workflows/terraform-module-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
# repositories: ''
168168

169169
- name: Checkout
170-
uses: actions/checkout@v4
170+
uses: actions/checkout@v5
171171
with:
172172
ref: ${{ github.event.pull_request.head.ref }}
173173
token: ${{ steps.github_app_token.outputs.token }}
@@ -234,7 +234,7 @@ jobs:
234234
# repositories: ''
235235

236236
- name: Checkout
237-
uses: actions/checkout@v4
237+
uses: actions/checkout@v5
238238
with:
239239
ref: ${{ github.event.pull_request.head.ref }}
240240
token: ${{ steps.github_app_token.outputs.token }}
@@ -285,7 +285,7 @@ jobs:
285285
# repositories: ''
286286

287287
- name: Checkout
288-
uses: actions/checkout@v4
288+
uses: actions/checkout@v5
289289
with:
290290
ref: ${{ github.event.pull_request.head.ref }}
291291
token: ${{ steps.github_app_token.outputs.token }}
@@ -334,7 +334,7 @@ jobs:
334334
# repositories: ''
335335

336336
- name: Checkout
337-
uses: actions/checkout@v4
337+
uses: actions/checkout@v5
338338
with:
339339
ref: ${{ github.event.pull_request.head.ref }}
340340
token: ${{ steps.github_app_token.outputs.token }}
@@ -375,7 +375,7 @@ jobs:
375375

376376
steps:
377377
- name: Checkout
378-
uses: actions/checkout@v4
378+
uses: actions/checkout@v5
379379
with:
380380
repository: ${{ inputs.terratest_config_repo }}
381381
ref: ${{ inputs.terratest_config_repo_ref }}
@@ -419,7 +419,7 @@ jobs:
419419
git config --global url."https://x-access-token:${{ steps.private_module_access.outputs.token }}@github.com/".insteadOf "https://github.com/"
420420
421421
- name: Checkout
422-
uses: actions/checkout@v4
422+
uses: actions/checkout@v5
423423
with:
424424
ref: ${{ github.event.pull_request.head.ref }}
425425
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/terraform-stack.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
# repositories: ''
141141

142142
- name: Checkout
143-
uses: actions/checkout@v4
143+
uses: actions/checkout@v5
144144
with:
145145
ref: ${{ github.event.pull_request.head.ref || github.ref }}
146146
token: ${{ steps.github_app_token.outputs.token }}
@@ -208,7 +208,7 @@ jobs:
208208
# repositories: ''
209209

210210
- name: Checkout
211-
uses: actions/checkout@v4
211+
uses: actions/checkout@v5
212212
with:
213213
ref: ${{ github.event.pull_request.head.ref || github.ref }}
214214
token: ${{ steps.github_app_token.outputs.token }}
@@ -250,7 +250,7 @@ jobs:
250250
# repositories: ''
251251

252252
- name: Checkout
253-
uses: actions/checkout@v4
253+
uses: actions/checkout@v5
254254
with:
255255
ref: ${{ github.event.pull_request.head.ref || github.ref }}
256256
token: ${{ steps.github_app_token.outputs.token }}
@@ -303,7 +303,7 @@ jobs:
303303
# repositories: ''
304304

305305
- name: Checkout
306-
uses: actions/checkout@v4
306+
uses: actions/checkout@v5
307307
with:
308308
ref: ${{ github.event.pull_request.head.ref || github.ref }}
309309
token: ${{ steps.github_app_token.outputs.token }}
@@ -356,7 +356,7 @@ jobs:
356356
git config --global url."https://x-access-token:${{ steps.private_module_access.outputs.token }}@github.com/".insteadOf "https://github.com/"
357357
358358
- name: Checkout
359-
uses: actions/checkout@v4
359+
uses: actions/checkout@v5
360360
with:
361361
ref: ${{ github.event.pull_request.head.ref || github.ref }}
362362
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)