Skip to content

Commit c724fe7

Browse files
chore: update CI dependencies in .github/workflows/create-release.yaml
1 parent e0d7193 commit c724fe7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/create-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
if: ${{ (github.event.pusher.name != 'github action') && (github.ref == 'refs/heads/main') }}
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v6
1313
- name: Semantic Release
14-
uses: cycjimmy/semantic-release-action@v4
14+
uses: cycjimmy/semantic-release-action@v6
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
1717
with:

0 commit comments

Comments
 (0)