Skip to content

Commit 05f44f2

Browse files
bumped action package
1 parent 39bf3ad commit 05f44f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/testing.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ defaults:
77
on:
88
push:
99
branches:
10-
- 'released'
10+
- "released"
1111
pull_request:
1212
branches:
13-
- 'released'
13+
- "released"
1414

1515
jobs:
1616
# ---------------------------------| RUST |--------------------------------- #
@@ -176,7 +176,7 @@ jobs:
176176
run: echo "::set-output name=dir::$(yarn cache dir)"
177177

178178
- name: Cache dependencies
179-
uses: actions/cache@v2
179+
uses: actions/cache@v4
180180
with:
181181
path: ${{ steps.yarn-cache.outputs.dir }}
182182
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
@@ -233,7 +233,7 @@ jobs:
233233
run: echo "::set-output name=dir::$(yarn cache dir)"
234234

235235
- name: Cache dependencies
236-
uses: actions/cache@v2
236+
uses: actions/cache@v4
237237
with:
238238
path: ${{ steps.yarn-cache.outputs.dir }}
239239
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)