We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf6a713 commit 5d0d6c0Copy full SHA for 5d0d6c0
.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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
42
with:
43
token: ${{ steps.app-token.outputs.token }}
44
# Note: special permissions for push to protected branch required
@@ -97,7 +97,7 @@ jobs:
97
RUNNER_DEBUG: 1
98
99
# dry_run: true
100
- semantic_version: 24.1.2
+ semantic_version: 24.1.3
101
102
extra_plugins:
103
"@semantic-release/changelog@\
0 commit comments