Skip to content

Commit 1e448bc

Browse files
chore(deps): update actions/checkout action to v5
1 parent df444ab commit 1e448bc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/apply-terraform.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run:
1717
working-directory: terraform
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v5
2020
- name: "Setup Terraform CLI"
2121
uses: hashicorp/setup-terraform@v2
2222
with:

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
contents: read
2121
packages: write
2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v5
2424
- name: Log in to the GitHub Container registry
2525
uses: docker/[email protected]
2626
with:

.github/workflows/lint-secrets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: "Lint Secrets with GitLeaks"
1212
runs-on: ubuntu-24.04
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v5
1515
with:
1616
fetch-depth: "0"
1717
- name: Flag Secrets

.github/workflows/lint-terraform.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
run:
1515
working-directory: terraform
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v5
1818
- name: "Setup Terraform CLI"
1919
uses: hashicorp/setup-terraform@v2
2020
with:
@@ -34,7 +34,7 @@ jobs:
3434
run:
3535
working-directory: terraform
3636
steps:
37-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@v5
3838
- name: "Setup Terraform CLI"
3939
uses: hashicorp/setup-terraform@v2
4040
with:

0 commit comments

Comments
 (0)