We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a350e84 commit ca57b98Copy full SHA for ca57b98
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
CYPRESS_INSTALL_BINARY: 0
26
name: Node ${{ matrix.node-version }} on ${{ matrix.os }}
27
steps:
28
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
29
with:
30
submodules: 'recursive'
31
- uses: pnpm/action-setup@v3
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
14
contents: read
15
id-token: write
16
17
18
19
20
version: 10.14.0
0 commit comments