diff --git a/.github/workflows/detect_version_bump.yml b/.github/workflows/detect_version_bump.yml index 12fe39e..26c597b 100644 --- a/.github/workflows/detect_version_bump.yml +++ b/.github/workflows/detect_version_bump.yml @@ -28,7 +28,7 @@ jobs: echo "::set-output name=result::$IS_PRERELEASE" - name: Create Release # use hash for security since this has access to the access token - uses: ncipollo/release-action@880be3d0a71bc0fa98db60201d2cbdc27324f547 # v1.8.6 + uses: ncipollo/release-action@18eadf9c9b0f226f47f164f5373c6a44f0aae169 # v1.11.2 with: token: ${{ secrets.ACCESS_TOKEN }} tag: v${{ steps.get-new-version.outputs.version }}