From dbbc988d69f41138a2f41fc9f7fe457ee10fb3e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 16:41:20 +0000 Subject: [PATCH] Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `hendrikmuhs/ccache-action` from 1.2.23 to 1.2.24 - [Release notes](https://github.com/hendrikmuhs/ccache-action/releases) - [Commits](https://github.com/hendrikmuhs/ccache-action/compare/d62db5f07c26379fc4b4e0916f098a92573c3b03...f09c25b45002a07be2955cbe52e8cee55643f89d) Updates `softprops/action-gh-release` from 3.0.2 to 3.0.3 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/3d0d9888cb7fd7b750713d6e236d1fcb99157228...efb35369e0ad2afab669f228072c1b0d510eae64) --- updated-dependencies: - dependency-name: hendrikmuhs/ccache-action dependency-version: 1.2.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: softprops/action-gh-release dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-targets-template.yml | 2 +- .github/workflows/nightly-prerelease.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 }}