Skip to content

Commit

Permalink
fix(deps): bump actions/cache action to v4.0.2
Browse files Browse the repository at this point in the history
| datasource  | package       | from   | to     |
| ----------- | ------------- | ------ | ------ |
| github-tags | actions/cache | v3.3.2 | v4.0.2 |
  • Loading branch information
renovate-bot authored and Kurt-von-Laven committed Mar 21, 2024
1 parent c65699d commit 49356b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ runs:
with:
asdf_branch: v0.13.1
- name: Cache asdf and asdf-managed tools.
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
id: asdf-cache
with:
path: ${{ env.ASDF_DIR }}
Expand All @@ -90,7 +90,7 @@ runs:
echo "PATH=$poetry_cache" >>"$GITHUB_OUTPUT"
shell: bash
- name: Cache Poetry dependencies.
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
path: |
${{ steps.poetry-cache.outputs.PATH }}
Expand All @@ -116,7 +116,7 @@ runs:
echo "PATH=$npm_cache" >>"$GITHUB_OUTPUT"
shell: bash
- name: Cache npm dependencies.
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
path: ${{ steps.npm-cache.outputs.PATH }}
key: >
Expand Down Expand Up @@ -154,7 +154,7 @@ runs:
with:
key: ${{ steps.megalinter.outputs.DOCKER_IMAGE }}
- name: Cache pre-commit hooks.
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
path: ~/.cache/pre-commit
key: >
Expand Down

0 comments on commit 49356b4

Please sign in to comment.