File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 activity : ["0.13.7", "0.14.11", "1.0.11"]
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v2
19+ uses : actions/checkout@v3
2020
2121 - name : Setup terraform ${{ matrix.activity }}
22- uses : hashicorp/setup-terraform@v1
22+ uses : hashicorp/setup-terraform@v2
2323 with :
2424 terraform_version : ${{ matrix.activity }}
2525
3434 codeowners :
3535 runs-on : ubuntu-22.04
3636 steps :
37- - uses : actions/checkout@v2
37+ - uses : actions/checkout@v3
3838 - name : GitHub CODEOWNERS Validator
3939 uses : mszostok/codeowners-validator@v0.7.1
4040 with :
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-22.04
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@v2
11+ uses : actions/checkout@v3
1212 with :
1313 persist-credentials : false
1414
1515 - name : Semantic Release
16- uses : cycjimmy/semantic-release-action@v2
16+ uses : cycjimmy/semantic-release-action@v3
1717 with :
1818 semantic_version : 19.0.5
1919 extra_plugins : |
You can’t perform that action at this time.
0 commit comments