From 90d4b515a90245966a9d1f0dfbf8bea860a74683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 14:16:37 +0000 Subject: [PATCH] build(deps): bump actions/cache from 4 to 5 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] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/publish.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efb5244..dd386c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4 - name: Cache LFS objects - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .git/lfs key: lfs-${{ hashFiles('.gitattributes') }} @@ -34,7 +34,7 @@ jobs: - name: Cache mmdbctl id: mmdbctl-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: /usr/local/bin/mmdbctl key: mmdbctl-1.4.9 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8c1beda..39823d5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,7 +27,7 @@ jobs: - name: Cache mmdbctl id: mmdbctl-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: /usr/local/bin/mmdbctl key: mmdbctl-1.4.9