We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 020560f commit 139b8bdCopy full SHA for 139b8bd
2 files changed
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
17
steps:
18
- name: Checkout
19
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
20
with:
21
fetch-depth: 0
22
- name: Use Node.js ${{ matrix.node-version }}
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
11
12
13
14
15
- name: Setup Node.js
0 commit comments