From ea5ff70b5472fa37bd482e07c864328356ef73b0 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 20 Mar 2024 23:43:19 +0000 Subject: [PATCH] chore(deps): bump actions/cache action to v4.0.2 | datasource | package | from | to | | ----------- | ------------- | ------ | ------ | | github-tags | actions/cache | v4.0.1 | v4.0.2 | --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 42c99d7..7dbbddf 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -55,7 +55,7 @@ jobs: yarn_cache="$(yarn config get cacheFolder)" echo "PATH=$yarn_cache" >>"$GITHUB_OUTPUT" - name: Cache Yarn dependencies. - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 with: path: ${{ steps.yarn-cache.outputs.PATH }} key: >