Skip to content

Commit 6ec5e69

Browse files
Update actions/cache action to v6 (#874)
Update actions/cache action to v6
2 parents 674d689 + f92e767 commit 6ec5e69

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
2525

2626
- name: Setup Composer cache
27-
uses: actions/cache@v5
27+
uses: actions/cache@v6
2828
with:
2929
path: ${{ steps.composer-cache.outputs.dir }}
3030
key: ${{ runner.os }}-composer-${{ hashFiles('composer.lock') }}

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: abatilo/actions-poetry@v4
3737

3838
- name: Cache the virtualenv
39-
uses: actions/cache@v5
39+
uses: actions/cache@v6
4040
with:
4141
path: ~/.cache/pypoetry
4242
key: venv-${{ hashFiles('poetry.lock') }}

0 commit comments

Comments
 (0)