Skip to content

Commit

Permalink
Upgrade checkout actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi committed Sep 20, 2023
1 parent 2672860 commit 891f1be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
coverage: none

- name: Cache composer dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/composer
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
tools: cs2pr

- name: Cache composer dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/composer
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand All @@ -79,7 +79,7 @@ jobs:
coverage: none

- name: Cache composer dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/composer
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand All @@ -106,7 +106,7 @@ jobs:
coverage: pcov

- name: Cache composer dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/composer
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down

0 comments on commit 891f1be

Please sign in to comment.