From 1cafb0e99541ffb0981a4779644bd6b9564d9707 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 14:13:19 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 6. - [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...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' 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..2b99e8c 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@v6 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@v6 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..6d19d21 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@v6 with: path: /usr/local/bin/mmdbctl key: mmdbctl-1.4.9