Skip to content

Commit 3ce6f3a

Browse files
authored
Merge pull request #162 from natereprogle/renovate/actions-cache-3.x
chore(deps): update actions/cache action to v3.3.2
2 parents 1c79c55 + 031c6f1 commit 3ce6f3a

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.1
50+
uses: actions/cache@v3.3.2
5151
with:
5252
path: '/home/runner/.cache/Cypress'
5353
key: ${{ runner.os }}-cypres-cache-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)