From bbe39d4f9a50e40d9743d2b2ae0948e5e3be6990 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 21:09:18 +0000 Subject: [PATCH] :arrow_up: 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/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 441e185..b392b89 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Cache-Go - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/go/pkg/mod # Module download cache diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index 4d99f75..072db2b 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@v4 + uses: actions/cache@v5 with: path: | ~/go/pkg/mod # Module download cache diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3722750..0c1650e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Cache-Go - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/go/pkg/mod # Module download cache