From 08f3552226e370ffae9559a02e416fb08da3249e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 23:37:29 +0000 Subject: [PATCH] fix(deps): bump actions/cache from 3.0.10 to 3.0.11 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.10 to 3.0.11. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.0.10...v3.0.11) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- action.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/action.yaml b/action.yaml index b068219..24067fc 100644 --- a/action.yaml +++ b/action.yaml @@ -63,7 +63,7 @@ runs: with: asdf_branch: v0.10.2 - name: Cache asdf and asdf-managed tools. - uses: actions/cache@v3.0.10 + uses: actions/cache@v3.0.11 id: asdf-cache with: path: ${{ env.ASDF_DIR }} @@ -84,7 +84,7 @@ runs: echo "PATH=$poetry_cache" >>"$GITHUB_OUTPUT" shell: bash - name: Cache Poetry dependencies. - uses: actions/cache@v3.0.10 + uses: actions/cache@v3.0.11 with: path: | ${{ steps.poetry-cache.outputs.PATH }} @@ -104,7 +104,7 @@ runs: echo "PATH=$npm_cache" >>"$GITHUB_OUTPUT" shell: bash - name: Cache npm dependencies. - uses: actions/cache@v3.0.10 + uses: actions/cache@v3.0.11 with: path: ${{ steps.npm-cache.outputs.PATH }} key: > @@ -123,7 +123,7 @@ runs: hashFiles('.pre-commit-config.yaml') }} - name: Cache pre-commit hooks. - uses: actions/cache@v3.0.10 + uses: actions/cache@v3.0.11 with: path: ~/.cache/pre-commit key: >