Skip to content

Commit 92593d9

Browse files
committed
.
1 parent 1e39dcf commit 92593d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Cache Playwright dependencies
4444
id: cache-pw
45-
uses: actions/cache@v2
45+
uses: actions/cache@main
4646
with:
4747
path: /home/runner/.cache/ms-playwright
4848
key: playwright-${{ runner.os }}-${{ hashFiles('playwrightVersion.mill') }}
@@ -72,7 +72,7 @@ jobs:
7272
needs: build
7373
runs-on: ubuntu-latest
7474
steps:
75-
- uses: actions/checkout@v4
75+
- uses: actions/checkout@main
7676
with:
7777
fetch-depth: 0
7878
fetch-tags: true

0 commit comments

Comments
 (0)