File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 env :
2222 CACHE_KEY_PREFIX : deps-${{ github.workflow }}-${{ github.job }}-${{ runner.os }}
2323 CACHE_KEY_DEPS : ${{ hashFiles('uv.lock', '.pre-commit-config.yaml') }}
24- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 .0.5
24+ uses : actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 .0.0
2525 with :
2626 path : |
2727 ~/.cache/pre-commit
Original file line number Diff line number Diff line change 1818 env :
1919 CACHE_KEY_PREFIX : venv-${{ github.workflow }}-${{ github.job }}-${{ runner.os }}
2020 CACHE_KEY_DEPS : ${{ hashFiles('uv.lock') }}
21- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 .0.5
21+ uses : actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 .0.0
2222 with :
2323 path : |
2424 ~/.local/share/uv
4040 id : cache-graphviz
4141 env :
4242 CACHE_KEY_PREFIX : graphviz-${{ github.workflow }}-${{ github.job }}-${{ runner.os }}
43- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 .0.5
43+ uses : actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 .0.0
4444 with :
4545 path : ~/graphviz-cache
4646 key : ${{ env.CACHE_KEY_PREFIX }}-${{ github.run_id }}-${{ github.run_attempt }}
Original file line number Diff line number Diff line change 3939 env :
4040 CACHE_KEY_PREFIX : venv-${{ github.workflow }}-${{ github.job }}-${{ runner.os }}-py${{ matrix.python-version }}
4141 CACHE_KEY_DEPS : ${{ hashFiles('uv.lock') }}
42- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 .0.5
42+ uses : actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 .0.0
4343 with :
4444 path : |
4545 ~/.local/share/uv
6161 id : cache-graphviz
6262 env :
6363 CACHE_KEY_PREFIX : graphviz-${{ github.workflow }}-${{ github.job }}-${{ runner.os }}
64- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 .0.5
64+ uses : actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 .0.0
6565 with :
6666 path : ~/graphviz-cache
6767 key : ${{ env.CACHE_KEY_PREFIX }}-${{ github.run_id }}-${{ github.run_attempt }}
You can’t perform that action at this time.
0 commit comments