We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be485d1 + 3c9c5a9 commit 1187799Copy full SHA for 1187799
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
ci:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
15
- uses: actions/setup-node@v4
16
with:
17
cache: "npm"
.github/workflows/publish.yml
@@ -9,7 +9,7 @@ jobs:
9
name: Publish to npm
10
node-version: "22"
.github/workflows/regen.yml
@@ -10,7 +10,7 @@ jobs:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
0 commit comments