Skip to content

Commit

Permalink
Merge pull request #5334 from gitbutlerapp/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/cache-4

chore(deps): bump actions/cache from 3 to 4
  • Loading branch information
krlvi authored Oct 28, 2024
2 parents 4ac22d5 + a255340 commit d8328de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e-playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- id: get_playwright_version
uses: eviden-actions/get-playwright-version@v1
- name: Cache playwright binaries
uses: actions/cache@v3
uses: actions/cache@v4
id: playwright-cache
with:
path: |
Expand Down

0 comments on commit d8328de

Please sign in to comment.