Skip to content

Commit 616ff0b

Browse files
chore(deps): update actions/cache action to v3.3.3
1 parent 95e48fb commit 616ff0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
4848
# Setup a build cache for Cypress so we don't have to install it every time
4949
- name: Cache
50-
uses: actions/cache@v3.3.2
50+
uses: actions/cache@v3.3.3
5151
with:
5252
path: '/home/runner/.cache/Cypress'
5353
key: ${{ runner.os }}-cypres-cache-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)