From 8acbc84242efc4ac90194ebf1d7b01fb7b67101e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 00:03:50 +0000 Subject: [PATCH] build(deps): bump actions/cache from 4 to 5 in /.github/workflows 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/build.yaml | 2 +- .github/workflows/lint.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 46023e1..2174e5a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -30,7 +30,7 @@ jobs: run: sudo apt install -y libluajit-5.1-dev mold - name: Set up build cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/bin/ diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 0682563..2096fad 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -53,7 +53,7 @@ jobs: run: sudo apt install -y libluajit-5.1-dev mold - name: Set up build cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/bin/