Skip to content

Commit 22c8e2f

Browse files
author
andrew@technative.eu
committed
Updated Github Actions checkout and cache versions
1 parent a68e79f commit 22c8e2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tflint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
os: [ubuntu-latest]
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717
name: Checkout source code
1818

19-
- uses: actions/cache@v2
19+
- uses: actions/cache@v3
2020
name: Cache plugin dir
2121
with:
2222
path: ~/.tflint.d/plugins

0 commit comments

Comments
 (0)