Skip to content

Commit c4edd64

Browse files
authored
Update build.yaml
1 parent 322e7f9 commit c4edd64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
runs-on: ubuntu-latest
3737
if: github.ref == 'refs/heads/main'
3838
steps:
39-
- uses: actions/checkout@v5
39+
- uses: actions/checkout@v3
4040
- name: Bump version
41-
uses: TriPSs/conventional-changelog-action@v3
41+
uses: TriPSs/conventional-changelog-action@v5
4242
id: version
4343
with:
4444
github-token: ${{ secrets.NIO_BOT_TOKEN_ORG }}

0 commit comments

Comments
 (0)