Skip to content

Commit

Permalink
Update GitHub actions to run on node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi committed Sep 6, 2024
1 parent 945706b commit d41273c
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:
extensions: bcmath, fileinfo, json, pdo

- 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 @@ -55,7 +55,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 @@ -81,7 +81,7 @@ jobs:
extensions: bcmath, fileinfo, json, pdo

- 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 @@ -109,7 +109,7 @@ jobs:
extensions: bcmath, fileinfo, json, pdo

- 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 d41273c

Please sign in to comment.