Skip to content

Commit c5ef6cf

Browse files
committed
chore: fix yaml
1 parent f53be19 commit c5ef6cf

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,15 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
<<<<<<< HEAD
15-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
15+
1616
with:
1717
fetch-depth: 0
1818

1919
- run: |
2020
git config user.name github-actions
2121
git config user.email github-actions@github.com
2222
23-
=======
24-
- uses: actions/checkout@v5
25-
>>>>>>> 85e8401 (v6.4.0...v6.5.1)
2623
- uses: actions/setup-node@v4
2724
with:
2825
node-version: 20

0 commit comments

Comments
 (0)