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 f53be19 commit c5ef6cfCopy full SHA for c5ef6cf
1 file changed
.github/workflows/publish.yml
@@ -11,18 +11,15 @@ jobs:
11
runs-on: ubuntu-latest
12
13
steps:
14
-<<<<<<< HEAD
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
+
16
with:
17
fetch-depth: 0
18
19
- run: |
20
git config user.name github-actions
21
git config user.email github-actions@github.com
22
23
-=======
24
- - uses: actions/checkout@v5
25
->>>>>>> 85e8401 (v6.4.0...v6.5.1)
26
- uses: actions/setup-node@v4
27
28
node-version: 20
0 commit comments