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 fa0bc13 commit 034358aCopy full SHA for 034358a
2 files changed
.github/workflows/check.yml
@@ -9,11 +9,11 @@ jobs:
9
check:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
13
- uses: pnpm/action-setup@v4
14
with:
15
run_install: false
16
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
17
18
cache: pnpm
19
node-version: latest
.github/workflows/publish.yml
@@ -15,13 +15,13 @@ jobs:
contents: write
id-token: write
20
fetch-depth: 0
21
22
23
24
25
26
27
0 commit comments