We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c74e2 commit af4e75aCopy full SHA for af4e75a
1 file changed
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
release_sha: ${{ steps.release-sha.outputs.sha }}
27
steps:
28
- name: Checkout
29
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
30
with:
31
fetch-depth: 0
32
@@ -55,7 +55,7 @@ jobs:
55
private-key: ${{ secrets.APP_PRIVATE_KEY }}
56
57
- name: Semantic Release
58
- uses: cycjimmy/semantic-release-action@v4
+ uses: cycjimmy/semantic-release-action@v6
59
id: semantic
60
env:
61
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
@@ -71,7 +71,7 @@ jobs:
71
runs-on: ubuntu-latest
72
73
74
75
76
77
fetch-tags: true
0 commit comments