diff --git a/.github/workflows/build-targets-template.yml b/.github/workflows/build-targets-template.yml index a6a2ff31..749b4721 100644 --- a/.github/workflows/build-targets-template.yml +++ b/.github/workflows/build-targets-template.yml @@ -186,7 +186,7 @@ jobs: run: cabal update - name: Init ccache - uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23 + uses: hendrikmuhs/ccache-action@f09c25b45002a07be2955cbe52e8cee55643f89d # v1.2.24 with: max-size: ${{ env.CCACHE_MAXSIZE }} verbose: 1 diff --git a/.github/workflows/nightly-prerelease.yml b/.github/workflows/nightly-prerelease.yml index 217a4da8..6284e140 100644 --- a/.github/workflows/nightly-prerelease.yml +++ b/.github/workflows/nightly-prerelease.yml @@ -131,7 +131,7 @@ jobs: cd out for f in *; do [ -f "$f" ] || continue; shasum -a 256 "$f" > "$f.sha256"; done - name: Create/Update prerelease - uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 + uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3 with: tag_name: ${{ needs.prepare.outputs.tag }} name: Nightly ${{ needs.prepare.outputs.date }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f4330ba..9773c638 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -116,7 +116,7 @@ jobs: cd out for f in *; do [ -f "$f" ] || continue; shasum -a 256 "$f" > "$f.sha256"; done - name: Publish GitHub Release - uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 + uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3 with: tag_name: ${{ needs.prepare.outputs.tag }} name: ${{ needs.prepare.outputs.tag }}