Skip to content

Commit 9306508

Browse files
Update build-dev-artifacts.yml
1 parent e14451b commit 9306508

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-dev-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
echo "::set-output name=dir::$(composer config cache-files-dir)"
2323
- name: Configure Composer cache
24-
uses: actions/cache@v1
24+
uses: actions/cache@v4
2525
with:
2626
path: ${{ steps.composer-cache.outputs.dir }}
2727
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)