Skip to content

Commit

Permalink
Upgrade checkout actions to v4 (bis)
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi committed Sep 20, 2023
1 parent e26254b commit 8c9f64d
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 @@ -21,7 +21,7 @@ jobs:
coverage: none

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

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

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

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

0 comments on commit 8c9f64d

Please sign in to comment.