From 4c8ce9b2c95a05f8313204db7c55b6dc2e40c8f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 09:09:43 -0400 Subject: [PATCH] chore(deps): update official github actions (major) (#5326) chore(deps): update official github actions Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci-flatpak.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-flatpak.yml b/.github/workflows/ci-flatpak.yml index 1e9fb981..5eea86e3 100644 --- a/.github/workflows/ci-flatpak.yml +++ b/.github/workflows/ci-flatpak.yml @@ -117,7 +117,7 @@ jobs: cp glad-dependencies.json build/ - name: Cache Flatpak build - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 with: path: ./build/.flatpak-builder key: flatpak-${{ matrix.arch }}-${{ github.sha }}