From 85a194ee65770a7160f5fcfa7699a28b839297f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 23:30:41 +0000 Subject: [PATCH] fix(deps): bump actions/cache from 3.0.4 to 3.0.5 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.4 to 3.0.5. - [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.4...v3.0.5) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- action.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yaml b/action.yaml index ff47a64..ad3c3ac 100644 --- a/action.yaml +++ b/action.yaml @@ -28,7 +28,7 @@ runs: with: asdf_branch: v0.10.2 - name: Cache asdf and asdf-managed tools. - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 id: asdf-cache with: path: ${{ env.ASDF_DIR }} @@ -47,7 +47,7 @@ runs: echo "${{ github.workspace }}/.venv/bin" >>"$GITHUB_PATH" shell: bash - name: Cache Poetry dependencies. - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 with: path: .venv key: > @@ -64,7 +64,7 @@ runs: echo "::set-output name=path::$npm_cache" shell: bash - name: Cache npm dependencies. - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 with: path: ${{ steps.npm-cache.outputs.path }} key: >