From 93fb92f4dac0d9c502e3f167a748930f0d88883c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:39:23 +0500 Subject: [PATCH] Bump cross-platform-actions/action from 0.25.0 to 0.26.0 (#332) Bumps [cross-platform-actions/action](https://github.com/cross-platform-actions/action) from 0.25.0 to 0.26.0. - [Release notes](https://github.com/cross-platform-actions/action/releases) - [Changelog](https://github.com/cross-platform-actions/action/blob/master/changelog.md) - [Commits](https://github.com/cross-platform-actions/action/compare/v0.25.0...v0.26.0) --- updated-dependencies: - dependency-name: cross-platform-actions/action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8411283..7c64c2b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -362,7 +362,7 @@ jobs: uses: actions/checkout@v4 - name: Build (${{ env.AMD64_FREEBSD_GCC }}) - uses: cross-platform-actions/action@v0.25.0 + uses: cross-platform-actions/action@v0.26.0 env: PREFIX: ${{ env.AMD64_FREEBSD_GCC }} CC: gcc