Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Commit 40de09d

Browse files
chore(deps): Update actions/checkout action to v6
1 parent a7c1de0 commit 40de09d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/terraform.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
modules: ${{ steps.set-modules.outputs.modules }}
2525
examples: ${{ steps.set-examples.outputs.examples }}
2626
steps:
27-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
27+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2828

2929
- id: set-modules
3030
run: |
@@ -58,7 +58,7 @@ jobs:
5858
private-key: ${{ secrets.CQ_APP_PRIVATE_KEY }}
5959
permission-pull-requests: write
6060
- name: Checkout
61-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
61+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
6262
with:
6363
ref: ${{ github.event.pull_request.head.ref }}
6464
repository: ${{ github.event.pull_request.head.repo.full_name }}
@@ -201,7 +201,7 @@ jobs:
201201
aws-region: us-east-1
202202

203203
- name: Checkout
204-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
204+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
205205

206206
- name: Setup Terraform
207207
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3

0 commit comments

Comments
 (0)