Skip to content

Commit a2f4bd8

Browse files
authored
Merge pull request #112 from nextcloud/dependabot/github_actions/shivammathur/setup-php-2.35.5
chore(deps): bump shivammathur/setup-php from 2.33.0 to 2.35.5
2 parents b5c9141 + d5a7a5c commit a2f4bd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/appstore-build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
filename: ${{ env.APP_NAME }}/appinfo/info.xml
8888

8989
- name: Set up php ${{ steps.php-versions.outputs.php-min }}
90-
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0
90+
uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # v2.35.5
9191
with:
9292
php-version: ${{ steps.php-versions.outputs.php-min }}
9393
coverage: none

.github/workflows/integration_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
7878
7979
- name: Set up php ${{ matrix.php-versions }}
80-
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0
80+
uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # v2.35.5
8181
with:
8282
php-version: ${{ matrix.php-versions }}
8383
tools: phpunit

0 commit comments

Comments
 (0)