Skip to content

Commit 357d994

Browse files
Merge pull request #75 from terraform-module/renovate/master-.github/workflows-actions-checkout-4.x
chore(deps): update dependency actions/checkout to v4.1.7 (.github/workflows/release.draft.yml) (master)
2 parents 2808f75 + bd2fdd9 commit 357d994

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
name: "tflint"
3939
runs-on: ubuntu-latest
4040
steps:
41-
- uses: actions/checkout@v4
41+
- uses: actions/checkout@v4.1.7
4242
- uses: actions/[email protected]
4343
name: Cache tflint plugin dir
4444
with:

.github/workflows/release.draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434

35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v4.1.7
3636

3737
- name: check next version
3838
uses: anothrNick/[email protected]

0 commit comments

Comments
 (0)