We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe058a8 commit 52333d3Copy full SHA for 52333d3
.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
@@ -98,7 +98,7 @@ jobs:
98
RUNNER_DEBUG: 1
99
100
# dry_run: true
101
- semantic_version: 25.0.2
+ semantic_version: 25.0.3
102
103
extra_plugins:
104
"@semantic-release/changelog@\
0 commit comments