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 44d1d68 commit 23dda6dCopy full SHA for 23dda6d
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ${{ matrix.os }}
18
19
steps:
20
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
21
22
- uses: pnpm/action-setup@v2
23
.github/workflows/docs.yml
@@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
24
25
26
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
release:
10
11
12
13
with:
14
fetch-depth: 0
15
0 commit comments