We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5efe354 commit b6bb5e0Copy full SHA for b6bb5e0
.github/workflows/tf-release.yml
@@ -38,7 +38,7 @@ jobs:
38
private-key: ${{ secrets.WE_RELEASE_GITHUB_PRIVATE_KEY }}
39
40
- name: Checkout
41
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
42
with:
43
token: ${{ steps.app-token.outputs.token }}
44
# Note: special permissions for push to protected branch required
@@ -99,7 +99,7 @@ jobs:
99
RUNNER_DEBUG: 1
100
101
# dry_run: true
102
- semantic_version: 25.0.2
+ semantic_version: 25.0.3
103
104
extra_plugins:
105
"@semantic-release/changelog@\
0 commit comments