We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 838aae3 + 1022c32 commit ed57872Copy full SHA for ed57872
2 files changed
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
17
with:
18
fetch-depth: 0
19
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
43
.github/workflows/npm-publish.yml
@@ -20,7 +20,7 @@ jobs:
20
RELEASE_NAME: ${{ github.event.release.name }}
21
22
23
24
25
26
0 commit comments