We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb1981 commit ca6e294Copy full SHA for ca6e294
1 file changed
.github/workflows/build-plugin.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@v3
19
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
20
id: plugin-version-cache
21
with:
22
path: plugin.json
@@ -43,7 +43,7 @@ jobs:
43
44
45
submodules: recursive
46
47
48
49
@@ -67,7 +67,7 @@ jobs:
67
68
69
70
71
72
73
0 commit comments