Skip to content

Commit c90c460

Browse files
release: fixes
- Updated dependencies
2 parents 0a3a3ff + 479d728 commit c90c460

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Get yarn cache directory path
3030
id: yarn-cache-dir-path
3131
run: echo "::set-output name=dir::$(yarn cache dir)"
32-
- uses: actions/cache@v2
32+
- uses: actions/cache@v4
3333
id: yarn-cache
3434
with:
3535
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
echo "::set-output name=dir::$(composer config cache-files-dir)"
4343
- name: Configure Composer cache
44-
uses: actions/cache@v1
44+
uses: actions/cache@v4
4545
with:
4646
path: ${{ steps.composer-cache.outputs.dir }}
4747
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

.github/workflows/test-php.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: Setup 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') }}
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
echo "::set-output name=dir::$(composer config cache-files-dir)"
6868
- name: Setup Composer cache
69-
uses: actions/cache@v1
69+
uses: actions/cache@v4
7070
with:
7171
path: ${{ steps.composer-cache.outputs.dir }}
7272
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)