Skip to content

Commit 146f3b5

Browse files
chore(deps): update actions/checkout action to v6 (#280)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9ddb1f3 commit 146f3b5

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v6
2222
with:
2323
fetch-depth: 0
2424

.github/workflows/pr-tofu-fmt-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
infra: ${{ steps.filter.outputs.infra }}
1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v6
2121
with:
2222
fetch-depth: 0
2323

@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Checkout repository
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v6
4747
with:
4848
fetch-depth: 0
4949

.github/workflows/pr-tofu-plan-develop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
infra: ${{ steps.filter.outputs.infra }}
2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323
with:
2424
fetch-depth: 0
2525

@@ -63,7 +63,7 @@ jobs:
6363
bws --version
6464
6565
- name: Checkout repository
66-
uses: actions/checkout@v4
66+
uses: actions/checkout@v6
6767
with:
6868
fetch-depth: 0
6969

0 commit comments

Comments
 (0)