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 d6a2318 commit efb0e2bCopy full SHA for efb0e2b
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
17
18
- uses: actions/setup-node@v5
19
with:
@@ -48,7 +48,7 @@ jobs:
48
runs-on: ${{ matrix.os }}
49
50
51
52
53
54
@@ -73,7 +73,7 @@ jobs:
73
74
75
76
77
78
ref: ${{ github.head_ref }}
79
token: ${{ secrets.GitHubToken }}
.github/workflows/publish.yml
@@ -11,7 +11,7 @@ jobs:
11
12
fetch-depth: 0
0 commit comments