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 902488d commit da98afbCopy full SHA for da98afb
.github/workflows/lint.yml
@@ -18,10 +18,10 @@ jobs:
18
os: [ubuntu-latest]
19
20
steps:
21
- - uses: actions/checkout@v3.6.0
+ - uses: actions/checkout@v4.2.2
22
name: Checkout source code
23
24
- - uses: actions/cache@v3.3.2
+ - uses: actions/cache@v4.2.0
25
name: Cache plugin dir
26
with:
27
path: ~/.tflint.d/plugins
.github/workflows/release.draft.yml
@@ -31,7 +31,7 @@ jobs:
31
runs-on: ubuntu-latest
32
33
34
35
36
- name: check next version
37
uses: anothrNick/[email protected]
0 commit comments