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 6f8fdf5 commit c8f3d9cCopy full SHA for c8f3d9c
1 file changed
.github/workflows/build.yml
@@ -6,7 +6,7 @@ jobs:
6
build:
7
runs-on: ubuntu-24.04
8
steps:
9
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
10
- name: Set Node.js
11
uses: actions/setup-node@v4
12
with:
@@ -27,7 +27,7 @@ jobs:
27
test:
28
29
30
31
32
33
@@ -52,7 +52,7 @@ jobs:
52
name: "Build and release action"
53
needs: [build, test]
54
55
56
57
fetch-depth: 0
58
persist-credentials: true
0 commit comments