File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments