Skip to content

Commit 5080479

Browse files
chore(deps): update actions/checkout action to v6 (#79)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Igor Rodionov <496956+goruha@users.noreply.github.com>
1 parent 5845141 commit 5080479

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/test-destroy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
password: ${{ secrets.DOCKERHUB_PASSWORD }}
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@v6
3434
with:
3535
path: ./action
3636

@@ -84,7 +84,7 @@ jobs:
8484
password: ${{ secrets.DOCKERHUB_PASSWORD }}
8585
steps:
8686
- name: Checkout
87-
uses: actions/checkout@v3
87+
uses: actions/checkout@v6
8888
with:
8989
path: ./action
9090

.github/workflows/test-helm-raw-default-kube-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
password: ${{ secrets.DOCKERHUB_PASSWORD }}
4848
steps:
4949
- name: Checkout
50-
uses: actions/checkout@v3
50+
uses: actions/checkout@v6
5151
with:
5252
path: ./action
5353

@@ -133,7 +133,7 @@ jobs:
133133
owner: 'cloudposse-tests'
134134

135135
- name: Checkout Argo Configuration
136-
uses: actions/checkout@v3
136+
uses: actions/checkout@v6
137137
with:
138138
repository: cloudposse-tests/argocd-deploy-non-prod-test
139139
ref: ${{ needs.test.outputs.sha }}

.github/workflows/test-helm-raw.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
password: ${{ secrets.DOCKERHUB_PASSWORD }}
4848
steps:
4949
- name: Checkout
50-
uses: actions/checkout@v3
50+
uses: actions/checkout@v6
5151
with:
5252
path: ./action
5353

@@ -139,7 +139,7 @@ jobs:
139139
owner: 'cloudposse-tests'
140140

141141
- name: Checkout Argo Configuration
142-
uses: actions/checkout@v3
142+
uses: actions/checkout@v6
143143
with:
144144
repository: cloudposse-tests/argocd-deploy-non-prod-test
145145
ref: ${{ needs.test.outputs.sha }}

.github/workflows/test-helmfile-raw-default-kube-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
password: ${{ secrets.DOCKERHUB_PASSWORD }}
4949
steps:
5050
- name: Checkout
51-
uses: actions/checkout@v3
51+
uses: actions/checkout@v6
5252
with:
5353
path: ./action
5454

@@ -136,7 +136,7 @@ jobs:
136136
owner: 'cloudposse-tests'
137137

138138
- name: Checkout Argo Configuration
139-
uses: actions/checkout@v3
139+
uses: actions/checkout@v6
140140
with:
141141
repository: cloudposse-tests/argocd-deploy-non-prod-test
142142
ref: ${{ needs.test.outputs.sha }}

.github/workflows/test-helmfile-raw.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
password: ${{ secrets.DOCKERHUB_PASSWORD }}
5555
steps:
5656
- name: Checkout
57-
uses: actions/checkout@v3
57+
uses: actions/checkout@v6
5858
with:
5959
path: ./action
6060

@@ -133,7 +133,7 @@ jobs:
133133
owner: 'cloudposse-tests'
134134

135135
- name: Checkout Argo Configuration
136-
uses: actions/checkout@v3
136+
uses: actions/checkout@v6
137137
with:
138138
repository: cloudposse-tests/argocd-deploy-non-prod-test
139139
token: ${{ steps.github-app.outputs.token }}
@@ -219,7 +219,7 @@ jobs:
219219
owner: 'cloudposse-tests'
220220

221221
- name: Checkout Argo Configuration
222-
uses: actions/checkout@v3
222+
uses: actions/checkout@v6
223223
with:
224224
repository: cloudposse-tests/argocd-deploy-non-prod-test
225225
ref: ${{ needs.test.outputs.sha }}

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ runs:
197197
path: ${{ steps.destination.outputs.filepath }}/${{ inputs.namespace }}/${{ inputs.application }}
198198
199199
- name: Checkout Argo Configuration
200-
uses: actions/checkout@v3
200+
uses: actions/checkout@v6
201201
with:
202202
repository: ${{ steps.destination.outputs.owner }}/${{ steps.destination.outputs.name }}
203203
ref: ${{ steps.destination.outputs.ref }}

0 commit comments

Comments
 (0)