From 521e1f6885726860e29405f6d8d957bb84e09c04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 21:05:00 +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/build.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 669b3eb1..50818302 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v4 - name: Cache binaries id: cache-binaries - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ./cmd key: price-feeder-${{ matrix.targetos }}-${{ matrix.arch }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8f4e559a..5ac05102 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: go-version: 1.21.1 - name: Display Go Version run: go version - - uses: actions/cache@v4 + - uses: actions/cache@v5 id: cache-go-tparse with: path: ~/go/bin