Skip to content

Commit b9f7c0c

Browse files
chore(deps): update actions/checkout action to v5 (#807)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 87f5112 commit b9f7c0c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
name: Build the package
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
with:
2323
submodules: true
2424
- uses: pnpm/action-setup@v4
@@ -65,7 +65,7 @@ jobs:
6565
CYPRESS_INSTALL_BINARY: 0
6666
CHROMEDRIVER_SKIP_DOWNLOAD: true
6767
steps:
68-
- uses: actions/checkout@v4
68+
- uses: actions/checkout@v5
6969
with:
7070
submodules: true
7171
- uses: pnpm/action-setup@v4
@@ -109,7 +109,7 @@ jobs:
109109
# Sometimes the Linux runner can't verify Cypress in 30s
110110
CYPRESS_VERIFY_TIMEOUT: 60000
111111
steps:
112-
- uses: actions/checkout@v4
112+
- uses: actions/checkout@v5
113113
with:
114114
submodules: true
115115
- uses: pnpm/action-setup@v4

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
contents: read
1818
id-token: write
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
- uses: pnpm/action-setup@v4
2222
- uses: actions/setup-node@v4
2323
with:

0 commit comments

Comments
 (0)