We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a26ba1 commit 9c41ee3Copy full SHA for 9c41ee3
2 files changed
.github/workflows/codequality.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: actions/checkout@v4
32
33
- name: Cache PHP dependencies
34
- uses: actions/cache@v1
+ uses: actions/cache@v4
35
with:
36
path: vendor
37
key: ${{ runner.OS }}-build-${{ hashFiles('**/composer.lock') }}
.github/workflows/integration-tests.yml
@@ -32,7 +32,7 @@ jobs:
- name: Cache Clojure dependencies
- uses: actions/cache@v2
key: clj-wp2static-integration-tests-${{ hashFiles('**/deps.edn') }}
38
restore-keys: clj-wp2static-integration-tests-
0 commit comments