Skip to content

Commit 9c41ee3

Browse files
author
John Shaffer
committed
Use actions/cache@v4
1 parent 9a26ba1 commit 9c41ee3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codequality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v4
3232

3333
- name: Cache PHP dependencies
34-
uses: actions/cache@v1
34+
uses: actions/cache@v4
3535
with:
3636
path: vendor
3737
key: ${{ runner.OS }}-build-${{ hashFiles('**/composer.lock') }}

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@v4
3333

3434
- name: Cache Clojure dependencies
35-
uses: actions/cache@v2
35+
uses: actions/cache@v4
3636
with:
3737
key: clj-wp2static-integration-tests-${{ hashFiles('**/deps.edn') }}
3838
restore-keys: clj-wp2static-integration-tests-

0 commit comments

Comments
 (0)