File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 run : echo "short_sha=$(git rev-parse --short HEAD)" >> "$GITHUB_OUTPUT"
4040
4141 - name : Cache .lake
42- uses : actions/cache@v5
42+ uses : actions/cache@v6
4343 with :
4444 path : .lake
4545 # The SHA is in the key to get the most recent cache possible, rather than just saving a single one for each Lean/deps version and not touching it.
7979 cache-dependency-glob : " browser-tests/pyproject.toml"
8080
8181 - name : Cache Playwright browsers
82- uses : actions/cache@v5
82+ uses : actions/cache@v6
8383 with :
8484 path : .playwright-browsers
8585 key : playwright-${{ runner.os }}-${{ hashFiles('browser-tests/uv.lock') }}
@@ -173,7 +173,7 @@ jobs:
173173
174174 # uv and Playwright are installed before `lake test` above.
175175 - name : Cache literate-config test project
176- uses : actions/cache@v5
176+ uses : actions/cache@v6
177177 with :
178178 path : test-projects/literate-config/.lake
179179 key :
@@ -185,7 +185,7 @@ jobs:
185185 literate-config-${{ runner.os }}-${{ hashFiles('test-projects/literate-config/lean-toolchain') }}-${{ hashFiles('test-projects/literate-config/lake-manifest.json') }}-
186186
187187 - name : Cache literate-multi-root test project
188- uses : actions/cache@v5
188+ uses : actions/cache@v6
189189 with :
190190 path : test-projects/literate-multi-root/.lake
191191 key :
Original file line number Diff line number Diff line change 3131 run : echo "short_sha=$(git rev-parse --short HEAD)" >> "$GITHUB_OUTPUT"
3232
3333 - name : Cache .lake
34- uses : actions/cache@v5
34+ uses : actions/cache@v6
3535 with :
3636 path : .lake
3737 key :
Original file line number Diff line number Diff line change 7171
7272 - name : Cache Playwright browsers
7373 if : steps.check-changes.outputs.changed == 'true'
74- uses : actions/cache@v5
74+ uses : actions/cache@v6
7575 with :
7676 path : .playwright-browsers
7777 key : playwright-${{ runner.os }}-${{ hashFiles('browser-tests/uv.lock') }}
You can’t perform that action at this time.
0 commit comments