Skip to content

Commit 9b6077e

Browse files
GH Actions: Bump the action-runners group across 1 directory with 2 updates
Bumps the action-runners group with 2 updates in the / directory: [mshick/add-pr-comment](https://github.com/mshick/add-pr-comment) and [shivammathur/setup-php](https://github.com/shivammathur/setup-php). Updates `mshick/add-pr-comment` from 3.10.0 to 3.11.0 - [Release notes](https://github.com/mshick/add-pr-comment/releases) - [Changelog](https://github.com/mshick/add-pr-comment/blob/main/CHANGELOG.md) - [Commits](mshick/add-pr-comment@64b8e91...8e49278) Updates `shivammathur/setup-php` from 2.37.0 to 2.37.1 - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](shivammathur/setup-php@accd612...7c071df) --- updated-dependencies: - dependency-name: mshick/add-pr-comment dependency-version: 3.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-runners - dependency-name: shivammathur/setup-php dependency-version: 2.37.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: action-runners ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a17c7dc commit 9b6077e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
echo "URL=$value" >> "$GITHUB_OUTPUT"
7676
7777
- name: "Post comment to review artifact"
78-
uses: mshick/add-pr-comment@64b8e914979889d746c99dea15a76e77ef64580a # v3.10.0
78+
uses: mshick/add-pr-comment@8e4927817251f1ff60c001f04568532b38e0b4a0 # v3.11.0
7979
with:
8080
issue: ${{ steps.pr_number.outputs.PR_NR }}
8181
repo-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/publish-wiki.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
persist-credentials: false
4949

5050
- name: Install PHP
51-
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
51+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
5252
with:
5353
php-version: 'latest'
5454
ini-values: error_reporting=-1, display_errors=On, display_startup_errors=On, log_errors_max_len=0

0 commit comments

Comments
 (0)