From cfc74942aa9c0af2a4a52af62035060dc2e97f41 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 22:27:37 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 | datasource | package | from | to | | ----------- | ------------- | ---- | -- | | github-tags | actions/cache | v4 | v5 | --- .github/workflows/gleam-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gleam-tests.yaml b/.github/workflows/gleam-tests.yaml index a5a0b3c..5f785d1 100644 --- a/.github/workflows/gleam-tests.yaml +++ b/.github/workflows/gleam-tests.yaml @@ -23,7 +23,7 @@ jobs: version-type: strict - name: Restore Build Cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5 with: path: | ~/.cache/gleam