Skip to content

Commit 13cf678

Browse files
build(deps): bump the dependencies group across 1 directory with 9 updates
Bumps the dependencies group with 9 updates in the /.github/workflows directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `5` | `6` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `6` | | [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) | `20.0.0` | `22.0.0` | | [actions/cache](https://github.com/actions/cache) | `4` | `5` | | [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) | `2.6.1` | `2.7.0` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `5` | `7` | | [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) | `11` | `12` | | [dawidd6/action-homebrew-bump-formula](https://github.com/dawidd6/action-homebrew-bump-formula) | `5` | `7` | | [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `7` | `8` | Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) Updates `actions/upload-artifact` from 4 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) Updates `DavidAnson/markdownlint-cli2-action` from 20.0.0 to 22.0.0 - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](DavidAnson/markdownlint-cli2-action@v20.0.0...v22.0.0) Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) Updates `lycheeverse/lychee-action` from 2.6.1 to 2.7.0 - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@v2.6.1...v2.7.0) Updates `actions/download-artifact` from 5 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v7) Updates `dawidd6/action-download-artifact` from 11 to 12 - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v11...v12) Updates `dawidd6/action-homebrew-bump-formula` from 5 to 7 - [Release notes](https://github.com/dawidd6/action-homebrew-bump-formula/releases) - [Commits](dawidd6/action-homebrew-bump-formula@v5...v7) Updates `peter-evans/create-pull-request` from 7 to 8 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v7...v8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: DavidAnson/markdownlint-cli2-action dependency-version: 22.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: lycheeverse/lychee-action dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: dawidd6/action-download-artifact dependency-version: '12' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: dawidd6/action-homebrew-bump-formula dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: peter-evans/create-pull-request dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5ca5a14 commit 13cf678

File tree

9 files changed

+38
-38
lines changed

9 files changed

+38
-38
lines changed

.github/workflows/auto-review.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Lint CS
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626

2727
- name: Setup PHP
2828
uses: shivammathur/setup-php@v2
@@ -60,7 +60,7 @@ jobs:
6060
name: Composer Validate
6161
steps:
6262
- name: Checkout
63-
uses: actions/checkout@v5
63+
uses: actions/checkout@v6
6464

6565
- name: Setup PHP
6666
uses: shivammathur/setup-php@v2
@@ -76,7 +76,7 @@ jobs:
7676
name: Box Validate
7777
steps:
7878
- name: Checkout
79-
uses: actions/checkout@v5
79+
uses: actions/checkout@v6
8080

8181
- name: Setup PHP
8282
uses: shivammathur/setup-php@v2
@@ -98,7 +98,7 @@ jobs:
9898
name: AutoReview Tests
9999
steps:
100100
- name: Checkout
101-
uses: actions/checkout@v5
101+
uses: actions/checkout@v6
102102

103103
- name: Setup PHP
104104
uses: shivammathur/setup-php@v2

.github/workflows/benchmark.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Benchmark main branch
1818
steps:
1919
- name: Checkout main branch
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121
with:
2222
ref: main
2323
fetch-depth: 0
@@ -43,7 +43,7 @@ jobs:
4343
- name: Run PHPBench
4444
run: make phpbench_main
4545

46-
- uses: actions/upload-artifact@v4
46+
- uses: actions/upload-artifact@v6
4747
name: Upload the Benchmark results
4848
with:
4949
name: bench-main-result
@@ -54,7 +54,7 @@ jobs:
5454
name: Benchmark PR
5555
steps:
5656
- name: Checkout
57-
uses: actions/checkout@v5
57+
uses: actions/checkout@v6
5858
with:
5959
fetch-depth: 0
6060

@@ -87,7 +87,7 @@ jobs:
8787
# needs: main-bench-test
8888
# steps:
8989
# - name: Checkout
90-
# uses: actions/checkout@v5
90+
# uses: actions/checkout@v6
9191
# with:
9292
# fetch-depth: 0
9393
#

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
image-tag: ghcr.io/box-project/box_php82_xdebug
4444
steps:
4545
- name: Checkout
46-
uses: actions/checkout@v5
46+
uses: actions/checkout@v6
4747

4848
- name: Set up QEMU
4949
uses: docker/setup-qemu-action@v3

.github/workflows/docs.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
timeout-minutes: 1
2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525

2626
- name: Check Markdown formatting
27-
uses: DavidAnson/markdownlint-cli2-action@v20.0.0
27+
uses: DavidAnson/markdownlint-cli2-action@v22.0.0
2828
with:
2929
globs: "*.md|doc/**/*.md"
3030

@@ -34,17 +34,17 @@ jobs:
3434
timeout-minutes: 1
3535
steps:
3636
- name: Checkout repository
37-
uses: actions/checkout@v5
37+
uses: actions/checkout@v6
3838

3939
- name: Restore lychee cache
40-
uses: actions/cache@v4
40+
uses: actions/cache@v5
4141
with:
4242
path: .lycheecache
4343
key: cache-lychee-${{ github.sha }}
4444
restore-keys: cache-lychee-
4545

4646
- name: Run Lychee
47-
uses: lycheeverse/lychee-action@v2.6.1
47+
uses: lycheeverse/lychee-action@v2.7.0
4848
with:
4949
# To keep in sync with Makefile#lychee
5050
args: "--no-progress '*.md' 'doc/**/*.md' --cache --max-cache-age 1d ."
@@ -58,7 +58,7 @@ jobs:
5858
contents: write
5959
steps:
6060
- name: Checkout
61-
uses: actions/checkout@v5
61+
uses: actions/checkout@v6
6262

6363
- name: Setup Python
6464
uses: actions/setup-python@v6
@@ -74,7 +74,7 @@ jobs:
7474
- name: Rebuild website
7575
run: make _website_build
7676

77-
- uses: actions/upload-artifact@v4
77+
- uses: actions/upload-artifact@v6
7878
name: Upload the docs artifact
7979
with:
8080
name: docs-website
@@ -109,7 +109,7 @@ jobs:
109109
needs:
110110
- build
111111
steps:
112-
- uses: actions/download-artifact@v5
112+
- uses: actions/download-artifact@v7
113113
with:
114114
name: docs-website
115115
path: dist/website

.github/workflows/e2e-tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
tools: 'composer:2.4'
8585
steps:
8686
- name: Checkout
87-
uses: actions/checkout@v5
87+
uses: actions/checkout@v6
8888
with:
8989
fetch-depth: 0
9090

@@ -104,7 +104,7 @@ jobs:
104104
# in a different workflow.
105105
# See https://github.com/actions/download-artifact/issues/172
106106
- name: Retrieve built PHAR
107-
uses: dawidd6/action-download-artifact@v11
107+
uses: dawidd6/action-download-artifact@v12
108108
with:
109109
github_token: ${{secrets.GITHUB_TOKEN}}
110110
workflow: release.yaml
@@ -143,7 +143,7 @@ jobs:
143143
- _e2e_php_settings_checker_memory_limit_higher
144144
steps:
145145
- name: Checkout
146-
uses: actions/checkout@v5
146+
uses: actions/checkout@v6
147147
with:
148148
fetch-depth: 0
149149

@@ -159,7 +159,7 @@ jobs:
159159
# in a different workflow.
160160
# See https://github.com/actions/download-artifact/issues/172
161161
- name: Retrieve built PHAR
162-
uses: dawidd6/action-download-artifact@v11
162+
uses: dawidd6/action-download-artifact@v12
163163
with:
164164
github_token: ${{secrets.GITHUB_TOKEN}}
165165
workflow: release.yaml

.github/workflows/release.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: Build PHAR
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v5
29+
uses: actions/checkout@v6
3030
with:
3131
fetch-depth: 0
3232

@@ -72,7 +72,7 @@ jobs:
7272
--output bin/box.phar.asc \
7373
bin/box.phar
7474
75-
- uses: actions/upload-artifact@v4
75+
- uses: actions/upload-artifact@v6
7676
name: Upload the PHAR artifact
7777
with:
7878
name: box-phar
@@ -89,7 +89,7 @@ jobs:
8989
permissions:
9090
contents: write
9191
steps:
92-
- uses: actions/download-artifact@v5
92+
- uses: actions/download-artifact@v7
9393
with:
9494
name: box-phar
9595
path: .
@@ -111,7 +111,7 @@ jobs:
111111
if: github.event_name == 'release'
112112
steps:
113113
- name: Update Homebrew formula
114-
uses: dawidd6/action-homebrew-bump-formula@v5
114+
uses: dawidd6/action-homebrew-bump-formula@v7
115115
with:
116116
token: ${{ secrets.BOX_HOMEBREW_TAP_TOKEN }}
117117
tap: box-project/box
@@ -127,14 +127,14 @@ jobs:
127127
- build-phar
128128
steps:
129129
- name: Checkout
130-
uses: actions/checkout@v5
130+
uses: actions/checkout@v6
131131

132132
- name: Setup PHP
133133
uses: shivammathur/setup-php@v2
134134
with:
135135
php-version: '8.2'
136136

137-
- uses: actions/download-artifact@v5
137+
- uses: actions/download-artifact@v7
138138
with:
139139
name: box-phar
140140
path: .

.github/workflows/requirement-checker.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: Lint CS
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929

3030
- name: Setup PHP
3131
uses: shivammathur/setup-php@v2
@@ -72,7 +72,7 @@ jobs:
7272
name: AutoReview Tests
7373
steps:
7474
- name: Checkout
75-
uses: actions/checkout@v5
75+
uses: actions/checkout@v6
7676

7777
- name: Setup PHP
7878
uses: shivammathur/setup-php@v2
@@ -120,7 +120,7 @@ jobs:
120120

121121
steps:
122122
- name: Checkout
123-
uses: actions/checkout@v5
123+
uses: actions/checkout@v6
124124

125125
- name: Setup PHP
126126
uses: shivammathur/setup-php@v2
@@ -217,7 +217,7 @@ jobs:
217217
docker-image: ghcr.io/box-project/box_php82
218218
steps:
219219
- name: Checkout
220-
uses: actions/checkout@v5
220+
uses: actions/checkout@v6
221221

222222
- name: Setup PHP
223223
uses: shivammathur/setup-php@v2
@@ -230,7 +230,7 @@ jobs:
230230
# in a different workflow.
231231
# See https://github.com/actions/download-artifact/issues/172
232232
- name: Retrieve built PHAR
233-
uses: dawidd6/action-download-artifact@v11
233+
uses: dawidd6/action-download-artifact@v12
234234
with:
235235
github_token: ${{secrets.GITHUB_TOKEN}}
236236
workflow: release.yaml
@@ -295,7 +295,7 @@ jobs:
295295
contents: write
296296
steps:
297297
- name: Checkout
298-
uses: actions/checkout@v5
298+
uses: actions/checkout@v6
299299
with:
300300
ref: ${{ github.head_ref }}
301301
fetch-depth: '0' # Ensures the tags are fetched
@@ -355,7 +355,7 @@ jobs:
355355
356356
- name: Create Pull Request
357357
if: env.requirement_checker_changed == 'true'
358-
uses: peter-evans/create-pull-request@v7
358+
uses: peter-evans/create-pull-request@v8
359359
with:
360360
token: ${{ secrets.GITHUB_TOKEN }}
361361
branch: build/update-requirement-checker

.github/workflows/security.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
name: Audit Dependencies
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828
with:
2929
fetch-depth: 0
3030

3131
- name: Cache the vulnerability database
32-
uses: actions/cache@v4
32+
uses: actions/cache@v5
3333
id: cache-db
3434
with:
3535
path: ~/.symfony/cache

.github/workflows/unit-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
steps:
7575
- name: Checkout
76-
uses: actions/checkout@v5
76+
uses: actions/checkout@v6
7777
with:
7878
fetch-depth: 0
7979

@@ -111,7 +111,7 @@ jobs:
111111
if: github.event_name == 'pull_request' || github.event_name == 'push'
112112
steps:
113113
- name: Checkout
114-
uses: actions/checkout@v5
114+
uses: actions/checkout@v6
115115
with:
116116
fetch-depth: 0
117117

0 commit comments

Comments
 (0)