Skip to content

Commit e565c38

Browse files
authored
Merge pull request #907 from Enalean/dependabot/github_actions/shivammathur/setup-php-2.35.2
chore(deps): bump shivammathur/setup-php from 2.35.1 to 2.35.2
2 parents dc96734 + 9cdc4b8 commit e565c38

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/CI-Experimental.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323
with:
2424
persist-credentials: false
25-
- uses: shivammathur/setup-php@2282b6a082fc605c8320908a4cca3a5d1ca6c6fe # 2.35.1
25+
- uses: shivammathur/setup-php@ccf2c627fe61b1b4d924adfcbd19d661a18133a0 # 2.35.2
2626
with:
2727
php-version: '8.5'
2828
extensions: mbstring, redis, apcu

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929
with:
3030
persist-credentials: false
31-
- uses: shivammathur/setup-php@2282b6a082fc605c8320908a4cca3a5d1ca6c6fe # 2.35.1
31+
- uses: shivammathur/setup-php@ccf2c627fe61b1b4d924adfcbd19d661a18133a0 # 2.35.2
3232
with:
3333
php-version: ${{ matrix.php }}
3434
extensions: mbstring, redis, apcu
@@ -61,7 +61,7 @@ jobs:
6161
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6262
with:
6363
persist-credentials: false
64-
- uses: shivammathur/setup-php@2282b6a082fc605c8320908a4cca3a5d1ca6c6fe # 2.35.1
64+
- uses: shivammathur/setup-php@ccf2c627fe61b1b4d924adfcbd19d661a18133a0 # 2.35.2
6565
with:
6666
php-version: '8.2'
6767
extensions: mbstring, redis, apcu
@@ -115,7 +115,7 @@ jobs:
115115
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
116116
with:
117117
persist-credentials: false
118-
- uses: shivammathur/setup-php@2282b6a082fc605c8320908a4cca3a5d1ca6c6fe # 2.35.1
118+
- uses: shivammathur/setup-php@ccf2c627fe61b1b4d924adfcbd19d661a18133a0 # 2.35.2
119119
with:
120120
php-version: '8.2'
121121
extensions: mbstring, redis, apcu

0 commit comments

Comments
 (0)