Skip to content

Commit 49356b4

Browse files
renovate-botKurt-von-Laven
authored andcommitted
fix(deps): bump actions/cache action to v4.0.2
| datasource | package | from | to | | ----------- | ------------- | ------ | ------ | | github-tags | actions/cache | v3.3.2 | v4.0.2 |
1 parent c65699d commit 49356b4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

action.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ runs:
6969
with:
7070
asdf_branch: v0.13.1
7171
- name: Cache asdf and asdf-managed tools.
72-
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
72+
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
7373
id: asdf-cache
7474
with:
7575
path: ${{ env.ASDF_DIR }}
@@ -90,7 +90,7 @@ runs:
9090
echo "PATH=$poetry_cache" >>"$GITHUB_OUTPUT"
9191
shell: bash
9292
- name: Cache Poetry dependencies.
93-
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
93+
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
9494
with:
9595
path: |
9696
${{ steps.poetry-cache.outputs.PATH }}
@@ -116,7 +116,7 @@ runs:
116116
echo "PATH=$npm_cache" >>"$GITHUB_OUTPUT"
117117
shell: bash
118118
- name: Cache npm dependencies.
119-
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
119+
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
120120
with:
121121
path: ${{ steps.npm-cache.outputs.PATH }}
122122
key: >
@@ -154,7 +154,7 @@ runs:
154154
with:
155155
key: ${{ steps.megalinter.outputs.DOCKER_IMAGE }}
156156
- name: Cache pre-commit hooks.
157-
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
157+
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
158158
with:
159159
path: ~/.cache/pre-commit
160160
key: >

0 commit comments

Comments
 (0)