Skip to content

Commit 3fdf6a6

Browse files
committed
ci: Upgrade checkout to v3
1 parent 57b16c3 commit 3fdf6a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ 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 }}
2222
uses: hashicorp/setup-terraform@v2
@@ -34,7 +34,7 @@ jobs:
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:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
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

0 commit comments

Comments
 (0)