Skip to content

Commit 1b4a2c1

Browse files
Merge pull request #731 from raimund-schluessler/dependabot/github_actions/shivammathur/setup-php-2.33.0
2 parents 8fe14ed + 170e2c6 commit 1b4a2c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint-php-cs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2626

2727
- name: Set up php8.2
28-
uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2
28+
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2
2929
with:
3030
php-version: 8.2
3131
coverage: none

.github/workflows/lint-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2929

3030
- name: Set up php ${{ matrix.php-versions }}
31-
uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2
31+
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2
3232
with:
3333
php-version: ${{ matrix.php-versions }}
3434
coverage: none

.github/workflows/phpunit-sqlite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
path: apps/${{ env.APP_NAME }}
7070

7171
- name: Set up php ${{ matrix.php-versions }}
72-
uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2
72+
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2
7373
with:
7474
php-version: ${{ matrix.php-versions }}
7575
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation

0 commit comments

Comments
 (0)