Skip to content

Commit 7167978

Browse files
chore: Update GitHub Actions dependencies (#413)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f6b0bc3 commit 7167978

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6060

6161
- name: Set up PHP with PECL extension
62-
uses: shivammathur/setup-php@ccf2c627fe61b1b4d924adfcbd19d661a18133a0 # v2
62+
uses: shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f # v2
6363
with:
6464
php-version: ${{ matrix.php }}
6565
coverage: xdebug
@@ -71,7 +71,7 @@ jobs:
7171

7272
- name: Cache Composer packages
7373
id: composer-cache
74-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
74+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
7575
with:
7676
path: vendor
7777
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6464

6565
- name: Set up PHP
66-
uses: shivammathur/setup-php@ccf2c627fe61b1b4d924adfcbd19d661a18133a0 # v2
66+
uses: shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f # v2
6767
with:
6868
php-version: ${{ matrix.php }}
6969
coverage: xdebug
@@ -75,7 +75,7 @@ jobs:
7575

7676
- name: Cache Composer packages
7777
id: composer-cache
78-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
78+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
7979
with:
8080
path: vendor
8181
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)