Skip to content

Commit 77c6e76

Browse files
author
IK Renovate Bot
committed
chore(deps): update actions (.github/workflows/lint.yml)
1 parent f46bfa5 commit 77c6e76

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ jobs:
1818
os: [ubuntu-latest]
1919

2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v3
2222
name: Checkout source code
2323

24-
- uses: actions/cache@v2
24+
- uses: actions/cache@v3
2525
name: Cache plugin dir
2626
with:
2727
path: ~/.tflint.d/plugins
2828
key: ${{ matrix.os }}-tflint-${{ hashFiles('.tflint.hcl') }}
2929

30-
- uses: terraform-linters/setup-tflint@v1
30+
- uses: terraform-linters/setup-tflint@v2
3131
name: Setup TFLint
3232
with:
3333
tflint_version: ${{ env.RENOVATE_CONFIG_FOLDER }}

.github/workflows/pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
# Please look up the latest version from
1616
# https://github.com/amannn/action-semantic-pull-request/releases
17-
- uses: amannn/action-semantic-pull-request@v3.7.0
17+
- uses: amannn/action-semantic-pull-request@v4.5.0
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020
with:

0 commit comments

Comments
 (0)