From 6240a42243a498efd00a138d444dcb6af0f0277c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 15:56:07 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/main.yml | 6 +++--- .github/workflows/release.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 834e085..a82258f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: aqua_version: v2.43.1 - name: 'Cache Nim resources' id: cache_nim - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | ~/.choosenim @@ -53,7 +53,7 @@ jobs: sudo apt install -y libpcre3 - name: 'Cache Nim resources' id: cache_nim - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | ~/.choosenim @@ -85,7 +85,7 @@ jobs: if: ${{ matrix.os == 'ubuntu-latest' }} - name: 'Cache Nim resources' id: cache_nim - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | ~/.choosenim diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 82da69f..21ed064 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: - uses: 'actions/checkout@v4' - name: Cache Nim resources id: cache_nim - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | ~/.choosenim