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 27a6663 commit 063f504Copy full SHA for 063f504
.github/workflows/check.yml
@@ -13,7 +13,7 @@ jobs:
13
check:
14
runs-on: ubuntu-24.04-arm
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
- name: Setup node@24
18
uses: actions/setup-node@v4
19
with:
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
23
contents: read
24
id-token: write
25
26
27
28
29
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
test:
20
0 commit comments