We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18cde6e commit a2a7c91Copy full SHA for a2a7c91
.github/workflows/build-and-publish.yml
@@ -23,7 +23,7 @@ jobs:
23
runs-on: ubuntu-latest
24
steps:
25
- name: Checkout code
26
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
27
28
- run: corepack enable
29
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
62
63
64
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
20
with:
21
fetch-depth: 0
22
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments