From a5c532bc6cf4818de631314b04623bc3bb0af13a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 14:53:33 +0000 Subject: [PATCH] Bump egor-tensin/setup-gcc from 1 to 2 Bumps [egor-tensin/setup-gcc](https://github.com/egor-tensin/setup-gcc) from 1 to 2. - [Release notes](https://github.com/egor-tensin/setup-gcc/releases) - [Commits](https://github.com/egor-tensin/setup-gcc/compare/v1...v2) --- updated-dependencies: - dependency-name: egor-tensin/setup-gcc dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deterministic-profile-enforcement.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deterministic-profile-enforcement.yml b/.github/workflows/deterministic-profile-enforcement.yml index b751e3ea..b349e82d 100644 --- a/.github/workflows/deterministic-profile-enforcement.yml +++ b/.github/workflows/deterministic-profile-enforcement.yml @@ -28,7 +28,7 @@ jobs: cmake-version: '3.20.x' - name: Set up GCC - uses: egor-tensin/setup-gcc@eaa888eb19115a521fa72b65cd94fe1f25bbcaac # v1 + uses: egor-tensin/setup-gcc@a2861a8b8538f49cf2850980acccf6b05a1b2ae4 # v2.0 with: version: latest platform: x64