From d826be2e11cf3ed3dc157f7e17429c352c6e66b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 20:47:04 +0200 Subject: [PATCH] Bump actions/cache from 4 to 5 (#221540) Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/aglint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aglint.yml b/.github/workflows/aglint.yml index 1faafcc8106..1c2dcd9b16a 100644 --- a/.github/workflows/aglint.yml +++ b/.github/workflows/aglint.yml @@ -60,7 +60,7 @@ jobs: run: npm ci - name: AGLint cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .aglintcache key: >