Skip to content

Commit 7d8e28f

Browse files
Merge pull request #17 from terraform-module/renovate/master-github/workflows-actions-checkout-3-x
chore(deps): update actions/checkout action to v3 (.github/workflows/linter.yml) (master)
2 parents d01da04 + b71f229 commit 7d8e28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
name: "tflint"
3939
runs-on: ubuntu-latest
4040
steps:
41-
- uses: actions/checkout@v2
41+
- uses: actions/checkout@v3
4242
- uses: actions/cache@v2
4343
name: Cache tflint plugin dir
4444
with:

0 commit comments

Comments
 (0)