From 8139a423102b0904a22fd9c05435f8b363999dfe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 18:36:33 +0000 Subject: [PATCH] Update actions/cache action to v5 | datasource | package | from | to | | ----------- | ------------- | ---- | -- | | github-tags | actions/cache | v4 | v5 | --- .github/actions/setup/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index c5a6f0b..6fb1cba 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -17,7 +17,7 @@ runs: version-type: strict - name: Fetch dependencies from cache - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 id: cached-deps with: path: | @@ -31,7 +31,7 @@ runs: OTP_VERSION: ${{ steps.setup-beam.outputs.otp-version }} - name: Fetch workspace from cache - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 id: cached-workspace with: path: | @@ -41,7 +41,7 @@ runs: OTP_VERSION: ${{ steps.setup-beam.outputs.otp-version }} - name: Fetch PLT from cache - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 id: cached-plt with: path: |