From 9c5113da4f72a52bba449ac534e685a63e4e87f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 17:10:52 +0000 Subject: [PATCH] ci: 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/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 f4d5e497..40cbb864 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -25,7 +25,7 @@ jobs: go-version: '1.26' - name: Cache ANTLR4 JAR - uses: actions/cache@v4 + uses: actions/cache@v5 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@v4 + uses: actions/cache@v5 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 8785c374..93d94497 100644 --- a/.github/workflows/push-test.yml +++ b/.github/workflows/push-test.yml @@ -14,7 +14,7 @@ jobs: with: go-version: '1.26' - name: Cache ANTLR4 JAR - uses: actions/cache@v4 + uses: actions/cache@v5 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 16d8a11e..792b94ee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: go-version: '1.26' - uses: oven-sh/setup-bun@v2 - name: Cache ANTLR4 JAR - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.m2/repository/org/antlr/antlr4 key: antlr4-4.13.2