Skip to content

Commit 9c2871e

Browse files
Bump the github-actions group across 1 directory with 7 updates (#7038)
Bumps the github-actions group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/create-github-app-token](https://github.com/actions/create-github-app-token) | `2` | `3` | | [shivammathur/setup-php](https://github.com/shivammathur/setup-php) | `2.36.0` | `2.37.0` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3` | `4` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `6.19.2` | `7.1.0` | | [docker/login-action](https://github.com/docker/login-action) | `3` | `4` | | [ncipollo/release-action](https://github.com/ncipollo/release-action) | `1.20.0` | `1.21.0` | | [actions/github-script](https://github.com/actions/github-script) | `8` | `9` | Updates `actions/create-github-app-token` from 2 to 3 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v2...v3) Updates `shivammathur/setup-php` from 2.36.0 to 2.37.0 - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](shivammathur/setup-php@2.36.0...2.37.0) Updates `docker/setup-buildx-action` from 3 to 4 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3...v4) Updates `docker/build-push-action` from 6.19.2 to 7.1.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.19.2...v7.1.0) Updates `docker/login-action` from 3 to 4 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) Updates `ncipollo/release-action` from 1.20.0 to 1.21.0 - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](ncipollo/release-action@v1.20.0...v1.21.0) Updates `actions/github-script` from 8 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: shivammathur/setup-php dependency-version: 2.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: docker/setup-buildx-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/build-push-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: ncipollo/release-action dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 88c18cd commit 9c2871e

11 files changed

Lines changed: 21 additions & 21 deletions

.github/workflows/branch-sync-cron-trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: Generate access token
1919
id: generate-token
20-
uses: actions/create-github-app-token@v2
20+
uses: actions/create-github-app-token@v3
2121
with:
2222
app-id: ${{ vars.RESTRICTED_ACTIONS_DISPATCH_ID }}
2323
private-key: ${{ secrets.RESTRICTED_ACTIONS_DISPATCH_KEY }}

.github/workflows/crowdin-download-cron-trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: Generate access token
1919
id: generate-token
20-
uses: actions/create-github-app-token@v2
20+
uses: actions/create-github-app-token@v3
2121
with:
2222
app-id: ${{ vars.RESTRICTED_ACTIONS_DISPATCH_ID }}
2323
private-key: ${{ secrets.RESTRICTED_ACTIONS_DISPATCH_KEY }}

.github/workflows/crowdin-upload-trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Generate access token
2020
id: generate-token
21-
uses: actions/create-github-app-token@v2
21+
uses: actions/create-github-app-token@v3
2222
with:
2323
app-id: ${{ vars.RESTRICTED_ACTIONS_DISPATCH_ID }}
2424
private-key: ${{ secrets.RESTRICTED_ACTIONS_DISPATCH_KEY }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v6
1919

2020
- name: Setup PHP and tools
21-
uses: shivammathur/setup-php@2.36.0
21+
uses: shivammathur/setup-php@2.37.0
2222
with:
2323
php-version: 8.2
2424

.github/workflows/docker-image-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
submodules: true #needed for build/php submodule
1515

1616
- name: Set up Docker Buildx
17-
uses: docker/setup-buildx-action@v3
17+
uses: docker/setup-buildx-action@v4
1818

1919
- name: Create data directories
2020
run: |
2121
mkdir ./docker/test_data
2222
sudo chown -R 1000:1000 ./docker/testsuite ./docker/test_data
2323
2424
- name: Build image for tag
25-
uses: docker/build-push-action@v6.19.2
25+
uses: docker/build-push-action@v7.1.0
2626
with:
2727
context: ${{ github.workspace }}
2828
push: false

.github/workflows/docker-image-publish.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ jobs:
2121
submodules: true #needed for build/php submodule
2222

2323
- name: Set up Docker Buildx
24-
uses: docker/setup-buildx-action@v3
24+
uses: docker/setup-buildx-action@v4
2525

2626
- name: Login to DockerHub
27-
uses: docker/login-action@v3
27+
uses: docker/login-action@v4
2828
with:
2929
username: ${{ secrets.DOCKERHUB_USERNAME }}
3030
password: ${{ secrets.DOCKERHUB_TOKEN }}
3131

3232
- name: Login to GitHub Container Registry
33-
uses: docker/login-action@v3
33+
uses: docker/login-action@v4
3434
with:
3535
registry: ghcr.io
3636
username: ${{ github.actor }}
@@ -67,7 +67,7 @@ jobs:
6767
run: echo NAME=$(echo "${GITHUB_REPOSITORY,,}") >> $GITHUB_OUTPUT
6868

6969
- name: Build image for tag
70-
uses: docker/build-push-action@v6.19.2
70+
uses: docker/build-push-action@v7.1.0
7171
with:
7272
push: true
7373
file: ./docker/Dockerfile
@@ -79,7 +79,7 @@ jobs:
7979
8080
- name: Build image for major tag
8181
if: steps.channel.outputs.CHANNEL == 'stable'
82-
uses: docker/build-push-action@v6.19.2
82+
uses: docker/build-push-action@v7.1.0
8383
with:
8484
push: true
8585
file: ./docker/Dockerfile
@@ -91,7 +91,7 @@ jobs:
9191
9292
- name: Build image for minor tag
9393
if: steps.channel.outputs.CHANNEL == 'stable'
94-
uses: docker/build-push-action@v6.19.2
94+
uses: docker/build-push-action@v7.1.0
9595
with:
9696
push: true
9797
file: ./docker/Dockerfile
@@ -103,7 +103,7 @@ jobs:
103103
104104
- name: Build image for latest tag
105105
if: steps.channel.outputs.CHANNEL == 'stable'
106-
uses: docker/build-push-action@v6.19.2
106+
uses: docker/build-push-action@v7.1.0
107107
with:
108108
push: true
109109
file: ./docker/Dockerfile

.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@v6
5050

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

.github/workflows/draft-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
steps:
6060
- name: Generate access token
6161
id: generate-token
62-
uses: actions/create-github-app-token@v2
62+
uses: actions/create-github-app-token@v3
6363
with:
6464
app-id: ${{ vars.RESTRICTED_ACTIONS_DISPATCH_ID }}
6565
private-key: ${{ secrets.RESTRICTED_ACTIONS_DISPATCH_KEY }}
@@ -87,7 +87,7 @@ jobs:
8787
submodules: true
8888

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

@@ -166,7 +166,7 @@ jobs:
166166
${{ github.workspace }}/core-permissions.rst
167167
168168
- name: Create draft release
169-
uses: ncipollo/release-action@v1.20.0
169+
uses: ncipollo/release-action@v1.21.0
170170
id: create-draft
171171
with:
172172
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v6
2929

3030
- name: Setup PHP and tools
31-
uses: shivammathur/setup-php@2.36.0
31+
uses: shivammathur/setup-php@2.37.0
3232
with:
3333
php-version: 8.3
3434
tools: php-cs-fixer:3.75
@@ -58,7 +58,7 @@ jobs:
5858
- uses: actions/checkout@v6
5959

6060
- name: Setup PHP
61-
uses: shivammathur/setup-php@2.36.0
61+
uses: shivammathur/setup-php@2.37.0
6262
with:
6363
php-version: 8.3
6464

.github/workflows/pr-remove-waiting-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Remove label
14-
uses: actions/github-script@v8
14+
uses: actions/github-script@v9
1515
with:
1616
github-token: ${{ github.token }}
1717
script: |

0 commit comments

Comments
 (0)