Skip to content

Commit 177a364

Browse files
chore(deps): update actions/checkout action to v5
1 parent 267eec5 commit 177a364

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.github/workflows/test-atmos_pro.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
needs: [setup]
3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v5
3737
with:
3838
ref: ${{ inputs.ref }}
3939

@@ -65,7 +65,7 @@ jobs:
6565
env:
6666
TF_VAR_seed: ${{ steps.env.outputs.seed }}
6767

68-
- uses: actions/checkout@v4
68+
- uses: actions/checkout@v5
6969
with:
7070
ref: ${{ inputs.ref }}
7171

.github/workflows/test-basic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
matrix:
3131
platform: [terraform, opentofu]
3232
steps:
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v5
3434
with:
3535
ref: ${{ inputs.ref }}
3636

@@ -62,7 +62,7 @@ jobs:
6262
TF_VAR_seed: ${{ steps.env.outputs.seed }}
6363

6464

65-
- uses: actions/checkout@v4
65+
- uses: actions/checkout@v5
6666
with:
6767
ref: ${{ inputs.ref }}
6868

.github/workflows/test-plan_diff.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
matrix:
3232
platform: [terraform, opentofu]
3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v5
3535
with:
3636
ref: ${{ inputs.ref }}
3737

@@ -61,7 +61,7 @@ jobs:
6161
env:
6262
TF_VAR_seed: ${{ steps.env.outputs.seed }}-a
6363

64-
- uses: actions/checkout@v4
64+
- uses: actions/checkout@v5
6565
with:
6666
ref: ${{ inputs.ref }}
6767

.github/workflows/test-plan_fail.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
matrix:
3232
platform: [terraform, opentofu]
3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v5
3535
with:
3636
ref: ${{ inputs.ref }}
3737

@@ -51,7 +51,7 @@ jobs:
5151
5252
echo "seed=${GITHUB_RUN_ID}-${GITHUB_RUN_ATTEMPT}-${{ matrix.platform }}" >> $GITHUB_OUTPUT
5353
54-
- uses: actions/checkout@v4
54+
- uses: actions/checkout@v5
5555
with:
5656
ref: ${{ inputs.ref }}
5757

.github/workflows/test-plan_storage_disabled.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
matrix:
3131
platform: [terraform, opentofu]
3232
steps:
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v5
3434
with:
3535
ref: ${{ inputs.ref }}
3636

@@ -50,7 +50,7 @@ jobs:
5050
5151
echo "seed=${GITHUB_RUN_ID}-${GITHUB_RUN_ATTEMPT}-${{ matrix.platform }}" >> $GITHUB_OUTPUT
5252
53-
- uses: actions/checkout@v4
53+
- uses: actions/checkout@v5
5454
with:
5555
ref: ${{ inputs.ref }}
5656

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ runs:
6666

6767
- name: Checkout
6868
if: ${{ inputs.skip-checkout != 'true' }}
69-
uses: actions/checkout@v4
69+
uses: actions/checkout@v5
7070

7171
- name: Set atmos cli config path vars
7272
shell: bash

0 commit comments

Comments
 (0)