We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 674d689 + f92e767 commit 6ec5e69Copy full SHA for 6ec5e69
2 files changed
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
25
26
- name: Setup Composer cache
27
- uses: actions/cache@v5
+ uses: actions/cache@v6
28
with:
29
path: ${{ steps.composer-cache.outputs.dir }}
30
key: ${{ runner.os }}-composer-${{ hashFiles('composer.lock') }}
.github/workflows/docs.yml
@@ -36,7 +36,7 @@ jobs:
36
uses: abatilo/actions-poetry@v4
37
38
- name: Cache the virtualenv
39
40
41
path: ~/.cache/pypoetry
42
key: venv-${{ hashFiles('poetry.lock') }}
0 commit comments