Skip to content

Commit 1c8c972

Browse files
authored
Merge pull request #6651 from dotani1111/dev/fix_github_actions
[4.1] actionsのバージョンの更新
2 parents 4624252 + 1b644c0 commit 1c8c972

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
id: composer-cache
3030
run: |
3131
echo "::set-output name=dir::$(composer config cache-files-dir)"
32-
- uses: actions/cache@v1
32+
- uses: actions/cache@v4
3333
with:
3434
path: ${{ steps.composer-cache.outputs.dir }}
3535
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)