Skip to content

Commit f1f6e79

Browse files
Bump the github-actions group with 2 updates (#6749)
1 parent 7ea0f2f commit f1f6e79

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/discord-release-notify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414

1515
- name: Setup PHP and tools
16-
uses: shivammathur/setup-php@2.33.0
16+
uses: shivammathur/setup-php@2.34.1
1717
with:
1818
php-version: 8.2
1919

.github/workflows/draft-release-pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/checkout@v4
5050

5151
- name: Setup PHP
52-
uses: shivammathur/setup-php@2.33.0
52+
uses: shivammathur/setup-php@2.34.1
5353
with:
5454
php-version: 8.2
5555

.github/workflows/draft-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
submodules: true
8888

8989
- name: Setup PHP
90-
uses: shivammathur/setup-php@2.33.0
90+
uses: shivammathur/setup-php@2.34.1
9191
with:
9292
php-version: ${{ env.PHP_VERSION }}
9393

@@ -165,7 +165,7 @@ jobs:
165165
${{ github.workspace }}/core-permissions.rst
166166
167167
- name: Create draft release
168-
uses: ncipollo/release-action@v1.16.0
168+
uses: ncipollo/release-action@v1.18.0
169169
id: create-draft
170170
with:
171171
artifacts: ${{ github.workspace }}/PocketMine-MP.phar,${{ github.workspace }}/start.*,${{ github.workspace }}/build_info.json,${{ github.workspace }}/core-permissions.rst

.github/workflows/main.yml

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

3030
- name: Setup PHP and tools
31-
uses: shivammathur/setup-php@2.33.0
31+
uses: shivammathur/setup-php@2.34.1
3232
with:
3333
php-version: 8.3
3434
tools: php-cs-fixer:3.75

0 commit comments

Comments
 (0)