Skip to content

Commit af4e75a

Browse files
committed
ci: update actions/checkout and semantic-release-action to v6
1 parent 58c74e2 commit af4e75a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
release_sha: ${{ steps.release-sha.outputs.sha }}
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v6
3030
with:
3131
fetch-depth: 0
3232

@@ -55,7 +55,7 @@ jobs:
5555
private-key: ${{ secrets.APP_PRIVATE_KEY }}
5656

5757
- name: Semantic Release
58-
uses: cycjimmy/semantic-release-action@v4
58+
uses: cycjimmy/semantic-release-action@v6
5959
id: semantic
6060
env:
6161
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ubuntu-latest
7272
steps:
7373
- name: Checkout
74-
uses: actions/checkout@v4
74+
uses: actions/checkout@v6
7575
with:
7676
fetch-depth: 0
7777
fetch-tags: true

0 commit comments

Comments
 (0)