We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 243c4da commit 463742fCopy full SHA for 463742f
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
ci:
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
18
- uses: actions/setup-node@v6
19
with:
20
cache: "npm"
.github/workflows/publish.yml
@@ -12,7 +12,7 @@ jobs:
12
name: Publish to npm
13
node-version: "24"
.github/workflows/regen.yml
@@ -13,7 +13,7 @@ jobs:
- name: Checkout
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
0 commit comments