From a5210af8009d8afcc6bcc354eb03c3bfd8ac908f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 15:03:11 +0100 Subject: [PATCH] build(deps): bump egor-tensin/setup-gcc from 1 to 2 (#2654) --- .github/workflows/insider-linux.yml | 6 +++--- .github/workflows/stable-linux.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/insider-linux.yml b/.github/workflows/insider-linux.yml index 2dbe26e..3c800c0 100644 --- a/.github/workflows/insider-linux.yml +++ b/.github/workflows/insider-linux.yml @@ -96,7 +96,7 @@ jobs: run: ./get_pr.sh - name: Setup GCC - uses: egor-tensin/setup-gcc@v1 + uses: egor-tensin/setup-gcc@v2 with: version: 10 platform: x64 @@ -321,7 +321,7 @@ jobs: if: env.DISABLED != 'yes' - name: Setup GCC - uses: egor-tensin/setup-gcc@v1 + uses: egor-tensin/setup-gcc@v2 with: version: 10 platform: x64 @@ -420,7 +420,7 @@ jobs: run: ./get_pr.sh - name: Setup GCC - uses: egor-tensin/setup-gcc@v1 + uses: egor-tensin/setup-gcc@v2 with: version: 10 platform: x64 diff --git a/.github/workflows/stable-linux.yml b/.github/workflows/stable-linux.yml index 8e6761d..d3f5484 100644 --- a/.github/workflows/stable-linux.yml +++ b/.github/workflows/stable-linux.yml @@ -96,7 +96,7 @@ jobs: if: env.SHOULD_BUILD == 'yes' - name: Setup GCC - uses: egor-tensin/setup-gcc@v1 + uses: egor-tensin/setup-gcc@v2 with: version: 10 platform: x64 @@ -322,7 +322,7 @@ jobs: if: env.DISABLED != 'yes' - name: Setup GCC - uses: egor-tensin/setup-gcc@v1 + uses: egor-tensin/setup-gcc@v2 with: version: 10 platform: x64 @@ -421,7 +421,7 @@ jobs: run: ./get_pr.sh - name: Setup GCC - uses: egor-tensin/setup-gcc@v1 + uses: egor-tensin/setup-gcc@v2 with: version: 10 platform: x64