Skip to content

Commit 43e4ab3

Browse files
Update create-build-zip.yml
1 parent 14a1154 commit 43e4ab3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/create-build-zip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
echo "::set-output name=dir::$(composer config cache-files-dir)"
2727
- name: Configure Composer cache
28-
uses: actions/cache@v1
28+
uses: actions/cache@v4
2929
with:
3030
path: ${{ steps.composer-cache.outputs.dir }}
3131
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -103,4 +103,4 @@ jobs:
103103
comment-id: ${{ steps.find-comment.outputs.comment-id }}
104104
token: ${{ secrets.BOT_TOKEN }}
105105
edit-mode: replace
106-
body: ${{ steps.get-comment-body.outputs.body }}
106+
body: ${{ steps.get-comment-body.outputs.body }}

0 commit comments

Comments
 (0)