From 39ce3250b550db1156a73cde09f8d9a2c4993e89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 17:03:59 +0000 Subject: [PATCH] ci: 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/nightly.yml | 4 ++-- .github/workflows/push-test.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 59c737ee0..54adfa3f6 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -25,7 +25,7 @@ jobs: go-version: '1.26.4' - name: Cache ANTLR4 JAR - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.m2/repository/org/antlr/antlr4 key: antlr4-4.13.2 @@ -63,7 +63,7 @@ jobs: - uses: oven-sh/setup-bun@v2 - name: Cache ANTLR4 JAR - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.m2/repository/org/antlr/antlr4 key: antlr4-4.13.2 diff --git a/.github/workflows/push-test.yml b/.github/workflows/push-test.yml index 6cbf68ea1..f423db04e 100644 --- a/.github/workflows/push-test.yml +++ b/.github/workflows/push-test.yml @@ -14,7 +14,7 @@ jobs: with: go-version: '1.26.4' - name: Cache ANTLR4 JAR - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.m2/repository/org/antlr/antlr4 key: antlr4-4.13.2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 05b161825..38a233a2b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: go-version: '1.26.4' - uses: oven-sh/setup-bun@v2 - name: Cache ANTLR4 JAR - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.m2/repository/org/antlr/antlr4 key: antlr4-4.13.2