File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
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 : >
You can’t perform that action at this time.
0 commit comments