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 8f8da75 commit d1eca46Copy full SHA for d1eca46
.github/workflows/publish.yml
@@ -12,7 +12,7 @@ jobs:
12
id-token: write
13
steps:
14
- name: Checkout
15
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
16
17
- name: Setup node
18
uses: actions/setup-node@v4
.github/workflows/pull_request.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
24
with:
25
fetch-depth: 0
26
.github/workflows/test.yml
- name: Use Node.js ${{ matrix.node-version }}
0 commit comments