Skip to content

Commit d64cf2e

Browse files
authored
Merge pull request #15018 from nextcloud/dependabot/github_actions/shivammathur/setup-php-2.37.1
chore(deps): bump shivammathur/setup-php from 2.37.0 to 2.37.1
2 parents 69c4ce4 + 65a0106 commit d64cf2e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/generate-top-index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
echo "branches=$branches" >> $GITHUB_OUTPUT
3636
3737
- name: Setup php
38-
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.37.0
38+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2.37.1
3939

4040
- name: Generate index.html
4141
run: |

.github/workflows/openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
persist-credentials: false
2121

2222
- name: Set up php
23-
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.37.0
23+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2.37.1
2424
with:
2525
php-version: '8.1'
2626
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation

0 commit comments

Comments
 (0)