Skip to content

Commit

Permalink
chore(deps): bump actions/cache from 3.0.4 to 3.0.5
Browse files Browse the repository at this point in the history
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](actions/cache@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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 18, 2022
1 parent 41fe0e2 commit 1810b81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yaml
Expand Up @@ -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 }}
Expand All @@ -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: >
Expand All @@ -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: >
Expand Down

0 comments on commit 1810b81

Please sign in to comment.