From 6cd220fae47c429eb36768239fd1f4cadb18d034 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 18:05:26 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/main.yml | 2 +- .github/workflows/pr-checks.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5f530b8..2be6498 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: - name: Cache Go tools id: go-tools-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/go/bin key: ${{ runner.os }}-go-tools-${{ hashFiles('.mise.toml') }} diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 1c358d6..5ffe8e5 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -30,7 +30,7 @@ jobs: - name: Cache Go tools id: go-tools-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/go/bin key: ${{ runner.os }}-go-tools-${{ hashFiles('.mise.toml') }}