From 701a7b3bbb19566ded84022771d57bf29de41200 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 21:52:33 +0000 Subject: [PATCH] :arrow_up: Bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 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/v5...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/lint.yml | 2 +- .github/workflows/releaser.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index be50db3..71beb11 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Cache-Go - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/go/pkg/mod # Module download cache diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index 28e28f2..d61aa8f 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -27,7 +27,7 @@ jobs: go-version: ${{ matrix.go-version }} - name: Cache-Go - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/go/pkg/mod # Module download cache diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eec6352..aaee4ea 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout code uses: actions/checkout@v6 - name: Cache-Go - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/go/pkg/mod # Module download cache