Skip to content

Commit d1de333

Browse files
chore(deps): update actions/cache action to v6
1 parent 6fe52f0 commit d1de333

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/monorepo-pipeline.yml

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

2727
- name: Use Yarn cache
28-
uses: actions/cache@v2
28+
uses: actions/cache@v6
2929
id: yarn-cache
3030
with:
3131
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)