Skip to content

Commit c5c0a48

Browse files
[skip-release] Update github-actions
1 parent ddf5370 commit c5c0a48

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lint-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
contents: read
88
runs-on: ubuntu-24.04
99
steps:
10-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
10+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1111

12-
- uses: hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85 # v4
12+
- uses: hashicorp/setup-terraform@dfe3c3f87815947d99a8997f908cb6525fc44e9e # v4
1313
with:
1414
terraform_version: 1.5.7
1515

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
17+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1818
with:
1919
fetch-depth: 0
2020

0 commit comments

Comments
 (0)