Skip to content

Commit 9834e2d

Browse files
committed
chore: update acions/cache to v3 instead v2
1 parent bf125ae commit 9834e2d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/merge-master.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version: 18.16.0
2525

2626
- name: 🧠 Cache node_modules
27-
uses: actions/cache@v2
27+
uses: actions/cache@v3
2828
id: yarn-cache
2929
with:
3030
path: '**/node_modules'
@@ -41,9 +41,9 @@ jobs:
4141

4242
- name: 👘 Run linter
4343
run: yarn lint
44-
44+
4545
- name: 🤖 Cypress run
46-
uses: cypress-io/[email protected]
46+
uses: cypress-io/[email protected]
4747
with:
4848
build: npm run build
49-
start: npm start
49+
start: npm start

0 commit comments

Comments
 (0)