Skip to content

Commit b122d80

Browse files
Bump the all-actions group with 2 updates
Bumps the all-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9cab956 commit b122d80

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: [ubuntu-latest]
2020

2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323

2424
- name: Lint markdown files
2525
uses: nosborn/github-action-markdown-cli@v3

.github/workflows/php.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Setup problem matchers for PHP
5858
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
5959

60-
- uses: actions/checkout@v4
60+
- uses: actions/checkout@v5
6161

6262
- name: Get composer cache directory
6363
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -125,7 +125,7 @@ jobs:
125125
- name: Setup problem matchers for PHP
126126
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
127127

128-
- uses: actions/checkout@v4
128+
- uses: actions/checkout@v5
129129

130130
- name: Get composer cache directory
131131
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -181,7 +181,7 @@ jobs:
181181
git config --global core.autocrlf false
182182
git config --global core.eol lf
183183
184-
- uses: actions/checkout@v4
184+
- uses: actions/checkout@v5
185185

186186
- name: Get composer cache directory
187187
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -244,7 +244,7 @@ jobs:
244244
git config --global core.autocrlf false
245245
git config --global core.eol lf
246246
247-
- uses: actions/checkout@v4
247+
- uses: actions/checkout@v5
248248

249249
- name: Get composer cache directory
250250
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
@@ -267,9 +267,9 @@ jobs:
267267
runs-on: [ubuntu-latest]
268268
needs: [unit-tests-linux]
269269
steps:
270-
- uses: actions/checkout@v4
270+
- uses: actions/checkout@v5
271271

272-
- uses: actions/download-artifact@v4
272+
- uses: actions/download-artifact@v5
273273
with:
274274
name: coverage-data
275275
path: ${{ github.workspace }}/build

0 commit comments

Comments
 (0)