From 6e33c4c44f645cfa160bb9d3c54ffbad55ddb31e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 12:26:40 +0000 Subject: [PATCH] build(deps): bump actions/cache Bumps the github-actions group with 1 update in the / directory: [actions/cache](https://github.com/actions/cache). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/update-db.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-db.yml b/.github/workflows/update-db.yml index c948da4ba80d..5d7c9c6db536 100644 --- a/.github/workflows/update-db.yml +++ b/.github/workflows/update-db.yml @@ -31,7 +31,7 @@ jobs: - name: Cache id: cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: cache key: update-${{ github.sha }}