Skip to content

Commit

Permalink
Upgraded GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed Jul 24, 2024
1 parent a96383c commit c06092c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
- "8.1"

steps:
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"
- uses: "shivammathur/setup-php@v2"
with:
php-version: ${{ matrix.php-version }}

- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: vendor
key: php-outdated
Expand All @@ -47,7 +47,7 @@ jobs:
- "8.4"

steps:
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"
- uses: "shivammathur/setup-php@v2"
with:
php-version: ${{ matrix.php-version }}
Expand All @@ -57,7 +57,7 @@ jobs:

- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: vendor
key: php-${{ matrix.php-version }}
Expand Down

0 comments on commit c06092c

Please sign in to comment.