Skip to content

Commit 06720f8

Browse files
authored
Merge pull request #274 from maxmind/dependabot/github_actions/shivammathur/setup-php-2.35.5
Bump shivammathur/setup-php from 2.35.4 to 2.35.5
2 parents 59a3ac2 + 4c60a40 commit 06720f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: "PHP Lints"
1515
steps:
1616
- name: Setup PHP
17-
uses: shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4 # 2.35.4
17+
uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # 2.35.5
1818
with:
1919
php-version: 8.3
2020

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: "PHP ${{ matrix.php-versions }} test on ${{ matrix.operating-system }}"
1919
steps:
2020
- name: Setup PHP
21-
uses: shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4 # 2.35.4
21+
uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # 2.35.5
2222
with:
2323
php-version: ${{ matrix.php-versions }}
2424
tools: composer

0 commit comments

Comments
 (0)