Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dmolineus committed Sep 25, 2024
1 parent 0424ee7 commit afb1a87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/diagnostics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Pull source
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup PHP with PECL extension
uses: shivammathur/setup-php@v2
Expand All @@ -40,7 +40,7 @@ jobs:
key: ${{ runner.os }}-build-${{ env.cache-name }}

- name: Cache vendor directory
uses: actions/cache@v1
uses: actions/cache@v3
env:
cache-name: vendor-${{ matrix.php }}
with:
Expand All @@ -50,7 +50,7 @@ jobs:
${{ runner.os }}-build-${{ env.cache-name }}-
- name: Cache phpcq directory
uses: actions/cache@v1
uses: actions/cache@v3
env:
cache-name: phpcq-${{ matrix.php }}
with:
Expand Down

0 comments on commit afb1a87

Please sign in to comment.