From 21cfb72227c2129fb6eb5f9a02d94818aa3e6d1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 10:51:11 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/docker-build.yml | 4 ++-- .github/workflows/lint.yml | 2 +- .github/workflows/prerelease.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 070ec9c1..2ef620d5 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -85,7 +85,7 @@ jobs: targets: ${{ matrix.target }} - name: Cache cargo - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry @@ -155,7 +155,7 @@ jobs: targets: ${{ matrix.target }} - name: Cache cargo - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a24bba0d..f25ec85c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -24,7 +24,7 @@ jobs: sudo apt-get update sudo apt-get install -y pkg-config libssl-dev libpq-dev protobuf-compiler - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.cargo/registry diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 20358700..a157180c 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -81,7 +81,7 @@ jobs: targets: ${{ matrix.target }} - name: Cache cargo - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry @@ -150,7 +150,7 @@ jobs: targets: ${{ matrix.target }} - name: Cache cargo - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry