Skip to content

Commit 21404fd

Browse files
chore(deps): update actions/checkout action to v6 (#224)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7ada0e1 commit 21404fd

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

.github/workflows/.deploy_stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
runs-on: ubuntu-24.04
113113
steps:
114114
- name: Checkout
115-
uses: actions/checkout@v5
115+
uses: actions/checkout@v6
116116

117117
- name: setup node
118118
uses: actions/setup-node@v6

.github/workflows/.deployer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
CF_DISTRIBUTION_ID: ${{ steps.tg.outputs.CF_DISTRIBUTION_ID }}
6262
steps:
6363
- name: Checkout
64-
uses: actions/checkout@v5
64+
uses: actions/checkout@v6
6565
- name: Configure AWS Credentials
6666
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5
6767
with:

.github/workflows/.e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-24.04
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
- name: Run Docker compose
2424
if: ( inputs.frontend_url == 'http://localhost:3000' )
2525
env:

.github/workflows/.load-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
name: [backend, frontend]
2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
- uses: grafana/setup-k6-action@ffe7d7290dfa715e48c2ccc924d068444c94bde2 # v1
2828
- uses: grafana/run-k6-action@a15e2072ede004e8d46141e33d7f7dad8ad08d9d # v1
2929
with:

.github/workflows/.stack-prefix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
STACK_PREFIX: ${{ steps.stack-prefix.outputs.STACK_PREFIX }}
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
- name: Generate Stack Prefix
2020
id: stack-prefix
2121
shell: bash

.github/workflows/.tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
security-events: write # This is required to upload SARIF results to the Security tab
8484
timeout-minutes: 1
8585
steps:
86-
- uses: actions/checkout@v5
86+
- uses: actions/checkout@v6
8787
- name: Run Trivy vulnerability scanner in repo mode
8888
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1
8989
with:

.github/workflows/pause-resources.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-24.04
4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v6
4343
- name: Configure AWS Credentials
4444
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5
4545
with:
@@ -59,7 +59,7 @@ jobs:
5959
runs-on: ubuntu-24.04
6060
steps:
6161
- name: Checkout
62-
uses: actions/checkout@v5
62+
uses: actions/checkout@v6
6363
- name: Configure AWS Credentials
6464
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5
6565
with:

.github/workflows/pr-close.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
runs-on: ubuntu-24.04
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222
- name: TODO GHA for PR CLeanup on PR close
2323
run: echo "TODO GHA for PR CLeanup on PR close"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
tags: ${{ steps.release.outputs.tags }}
2727
clean_changelog: ${{ steps.changelog.outputs.clean_changelog || '' }}
2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030
- name: Conventional Changelog Update
3131
if: (github.event_name != 'release')
3232
uses: TriPSs/conventional-changelog-action@84dadaf2c367cb52af02737cd9c7e888807219e7 # v6

.github/workflows/resume-resources.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-24.04
4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v6
4343
- name: Configure AWS Credentials
4444
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5
4545
with:
@@ -59,7 +59,7 @@ jobs:
5959
runs-on: ubuntu-24.04
6060
steps:
6161
- name: Checkout
62-
uses: actions/checkout@v5
62+
uses: actions/checkout@v6
6363
- name: Configure AWS Credentials
6464
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5
6565
with:

0 commit comments

Comments
 (0)