We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b16c3 commit 3fdf6a6Copy full SHA for 3fdf6a6
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
activity: ["0.13.7", "0.14.11", "1.0.11"]
17
steps:
18
- name: Checkout
19
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
20
21
- name: Setup terraform ${{ matrix.activity }}
22
uses: hashicorp/setup-terraform@v2
@@ -34,7 +34,7 @@ jobs:
34
codeowners:
35
runs-on: ubuntu-22.04
36
37
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
38
- name: GitHub CODEOWNERS Validator
39
uses: mszostok/codeowners-validator@v0.7.1
40
with:
.github/workflows/release.yml
@@ -8,7 +8,7 @@ jobs:
8
9
10
11
12
13
persist-credentials: false
14
0 commit comments