From 47f7a490721386b85422e1803dce616812f95f49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 19:07:29 +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/integration.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 10e1eb3..44588bd 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -79,7 +79,7 @@ jobs: - name: Cache Goose id: cache-goose - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/go/bin/goose key: ${{ runner.os }}-goose-latest @@ -106,7 +106,7 @@ jobs: make certs:generate - name: Cache Docker build context - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ${{ env.LOKI_REPO }}/.docker-cache @@ -127,7 +127,7 @@ jobs: - name: Cache Lua and dependencies id: cache-lua - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | /usr/bin/lua*