File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4747 private-key: ${{ secrets.WE_RELEASE_GITHUB_PRIVATE_KEY }}
4848
4949 - name: Checkout
50- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
50+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5151 with:
5252 token: ${{ steps.app-token.outputs.token }}
5353 # fetch-depth 0 is required to fetch all tags (and to determine the version based on tags)
@@ -106,7 +106,7 @@ jobs:
106106 RUNNER_DEBUG: 1
107107 with:
108108 dry_run: ${{ inputs.dryRun }}
109- semantic_version: 25.0.2
109+ semantic_version: 25.0.3
110110
111111 extra_plugins:
112112 "@semantic-release/changelog@\
@@ -123,7 +123,7 @@ jobs:
123123 needs: [release]
124124 if: ${{ !inputs.dryRun && needs.release.outputs.release-published != 'false' }}
125125
126- uses: wetransform/gha-workflows/.github/workflows/dockerfile-publish.yml@14995ce361a7c42fb9665895fd44c9483e02351d # v3.8.3
126+ uses: wetransform/gha-workflows/.github/workflows/dockerfile-publish.yml@b8c149abb6fed430a99dbd7ca25a093ffe875ab1 # v4.0.0
127127 with:
128128 checkout-ref: refs/tags/v${{needs.release.outputs.release-version}} # check out release tag
129129 tag: ${{needs.release.outputs.release-version}}
You can’t perform that action at this time.
0 commit comments