Skip to content

Commit 2b75a5b

Browse files
Bump the github-actions group with 3 updates
Bumps the github-actions group with 3 updates: [nucleos/auto-merge-action](https://github.com/nucleos/auto-merge-action), [actions/checkout](https://github.com/actions/checkout) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `nucleos/auto-merge-action` from 1.0.0 to 1.3.0 - [Release notes](https://github.com/nucleos/auto-merge-action/releases) - [Changelog](https://github.com/nucleos/auto-merge-action/blob/1.4.x/CHANGELOG.md) - [Commits](nucleos/auto-merge-action@1.0.0...1.3.0) Updates `actions/checkout` from 2 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v5) Updates `codecov/codecov-action` from 1.5.0 to 5.5.1 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v1.5.0...v5.5.1) --- updated-dependencies: - dependency-name: nucleos/auto-merge-action dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a641198 commit 2b75a5b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/automerge.yml

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

1313
steps:
1414
- name: Merge
15-
uses: nucleos/auto-merge-action@1.0.0
15+
uses: nucleos/auto-merge-action@1.3.0
1616
env:
1717
"GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }}
1818
with:

.github/workflows/sync-local-fallback-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v5
1313
with:
1414
ref: main
1515
fetch-depth: 0

.github/workflows/sync-spec-test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v5
1313
with:
1414
ref: main
1515
fetch-depth: 0

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v2
28+
uses: actions/checkout@v5
2929

3030
- name: Setup PHP
3131
uses: shivammathur/setup-php@v2
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Upload code coverage report
6767
if: ${{ matrix.coverage == true }}
68-
uses: codecov/codecov-action@v1.5.0
68+
uses: codecov/codecov-action@v5.5.1
6969
with:
7070
file: build/logs/clover.xml
7171
flags: php
@@ -84,7 +84,7 @@ jobs:
8484

8585
steps:
8686
- name: Checkout
87-
uses: actions/checkout@v2
87+
uses: actions/checkout@v5
8888

8989
- name: Setup PHP
9090
uses: shivammathur/setup-php@v2
@@ -123,7 +123,7 @@ jobs:
123123

124124
steps:
125125
- name: Checkout
126-
uses: actions/checkout@v2
126+
uses: actions/checkout@v5
127127

128128
- name: Setup PHP
129129
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)