Skip to content

Commit 9808593

Browse files
author
IK Renovate Bot
committed
chore(deps): update actions to v4 (.github/workflows/linter.yml)
1 parent dc4c92f commit 9808593

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/linter.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: hashicorp/[email protected]
2020

2121
- name: Cache terraform folder
22-
uses: actions/cache@v3.3.2
22+
uses: actions/cache@v4.2.3
2323
with:
2424
path: ./.terraform
2525
key: terraform
@@ -38,8 +38,8 @@ jobs:
3838
name: "tflint"
3939
runs-on: ubuntu-latest
4040
steps:
41-
- uses: actions/checkout@v3
42-
- uses: actions/cache@v3.3.2
41+
- uses: actions/checkout@v4.2.2
42+
- uses: actions/cache@v4.2.3
4343
name: Cache tflint plugin dir
4444
with:
4545
path: ~/.tflint.d/plugins

.github/workflows/release.draft.yml

+1-1
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@v3
35+
- uses: actions/checkout@v4.2.2
3636

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

0 commit comments

Comments
 (0)