Skip to content

Commit 1bdefcd

Browse files
authored
Merge pull request #181 from natereprogle/renovate/actions-cache-3.x
chore(deps): update actions/cache action to v3.3.3
2 parents 5a69828 + 616ff0b commit 1bdefcd

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)