diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 406e9ae..8cd0ca4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -139,7 +139,7 @@ jobs: - name: Create Release if: ${{ env.skip != '1' }} - uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v2 + uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v2 with: name: "Version ${{ needs.build-test-promote.outputs.version }}" tag_name: ${{ needs.build-test-promote.outputs.version }}