Skip to content

Commit 091afcf

Browse files
authored
Merge pull request #40 from codebar/update-cache-action-version-in-cd-workflow
Update actions/cache version in cd workflow to v4
2 parents 49458b1 + dab3510 commit 091afcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: echo "::set-output name=dir::$(yarn cache dir)"
2222

2323
- name: Cache dependencies
24-
uses: actions/cache@v1
24+
uses: actions/cache@v4
2525
with:
2626
path: ${{ steps.yarn-cache.outputs.dir }}
2727
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)