Skip to content

Commit

Permalink
Update shivammathur/setup-php digest to 8872c78 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 2, 2024
1 parent 5c62c00 commit 38a41db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: Setup PHP
uses: shivammathur/setup-php@73963f5001e335723c998e4a0125ce060083985c # v2
uses: shivammathur/setup-php@8872c784b04a1420e81191df5d64fbd59d3d3033 # v2
with:
php-version: 8.1
coverage: none # disable xdebug, pcov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upstream-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
ref: ${{ matrix.branch }}

- name: Setup PHP
uses: shivammathur/setup-php@73963f5001e335723c998e4a0125ce060083985c # v2
uses: shivammathur/setup-php@8872c784b04a1420e81191df5d64fbd59d3d3033 # v2
with:
php-version: ${{ matrix.php }}
coverage: none
Expand Down

0 comments on commit 38a41db

Please sign in to comment.