We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14a1154 commit 43e4ab3Copy full SHA for 43e4ab3
1 file changed
.github/workflows/create-build-zip.yml
@@ -25,7 +25,7 @@ jobs:
25
run: |
26
echo "::set-output name=dir::$(composer config cache-files-dir)"
27
- name: Configure Composer cache
28
- uses: actions/cache@v1
+ uses: actions/cache@v4
29
with:
30
path: ${{ steps.composer-cache.outputs.dir }}
31
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -103,4 +103,4 @@ jobs:
103
comment-id: ${{ steps.find-comment.outputs.comment-id }}
104
token: ${{ secrets.BOT_TOKEN }}
105
edit-mode: replace
106
- body: ${{ steps.get-comment-body.outputs.body }}
+ body: ${{ steps.get-comment-body.outputs.body }}
0 commit comments