From 316c4eb3c3e4ab689876ceb55e49c507b3d3e042 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 21:04:32 +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 0ed60ba56..b7bd394a7 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@v1 + uses: egor-tensin/setup-gcc@v2 with: version: latest platform: x64