Skip to content

Commit 442a7bf

Browse files
committed
1 parent 2aaf33d commit 442a7bf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .github/workflows/ruby_event_store-browser_assets.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node-version: 20
2121
cache: npm
2222
cache-dependency-path: "${{ env.WORKING_DIRECTORY }}/elm/package-lock.json"
23-
- uses: actions/cache@v3
23+
- uses: actions/cache@v4
2424
with:
2525
path: "~/.elm"
2626
key: elm-${{ hashFiles(format('{0}/elm/elm.json', env.WORKING_DIRECTORY)) }}

Diff for: .github/workflows/ruby_event_store-browser_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
node-version: 20
7070
cache: npm
7171
cache-dependency-path: "${{ env.WORKING_DIRECTORY }}/elm/package-lock.json"
72-
- uses: actions/cache@v3
72+
- uses: actions/cache@v4
7373
with:
7474
path: "~/.elm"
7575
key: elm-${{ hashFiles(format('{0}/elm/elm.json', env.WORKING_DIRECTORY)) }}

Diff for: support/ci/generate

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ class CI
358358

359359
def cache_elm
360360
{
361-
"uses" => "actions/cache@v3",
361+
"uses" => "actions/cache@v4",
362362
"with" => {
363363
"path" => "~/.elm",
364364
"key" =>

0 commit comments

Comments
 (0)