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 9993c3d commit c9bbdbeCopy full SHA for c9bbdbe
.github/workflows/release-on-merge.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-22.04
13
concurrency: ${{ github.ref }}
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
16
- uses: pnpm/action-setup@v2
17
with:
18
version: 7.6.0
.github/workflows/test-on-pull-request.yml
@@ -7,7 +7,7 @@ jobs:
7
8
9
10
11
0 commit comments