Skip to content

Commit 7313e0b

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 314ae80 commit 7313e0b

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
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: [ubuntu-latest]
1818

1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121

2222
- name: Lint markdown files
2323
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
@@ -69,7 +69,7 @@ jobs:
6969
git config --global core.autocrlf false
7070
git config --global core.eol lf
7171
72-
- uses: actions/checkout@v4
72+
- uses: actions/checkout@v5
7373

7474
- name: Get composer cache directory
7575
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -131,7 +131,7 @@ jobs:
131131
git config --global core.autocrlf false
132132
git config --global core.eol lf
133133
134-
- uses: actions/checkout@v4
134+
- uses: actions/checkout@v5
135135

136136
- name: Get composer cache directory
137137
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
@@ -167,7 +167,7 @@ jobs:
167167
- name: Setup problem matchers for PHP
168168
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
169169

170-
- uses: actions/checkout@v4
170+
- uses: actions/checkout@v5
171171

172172
- name: Get composer cache directory
173173
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -219,7 +219,7 @@ jobs:
219219
- name: Setup problem matchers for PHP
220220
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
221221

222-
- uses: actions/checkout@v4
222+
- uses: actions/checkout@v5
223223

224224
- name: Get composer cache directory
225225
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -248,9 +248,9 @@ jobs:
248248
runs-on: [ubuntu-latest]
249249
needs: [unit-tests-linux]
250250
steps:
251-
- uses: actions/checkout@v4
251+
- uses: actions/checkout@v5
252252

253-
- uses: actions/download-artifact@v4
253+
- uses: actions/download-artifact@v5
254254
with:
255255
name: coverage-data
256256
path: ${{ github.workspace }}/build

0 commit comments

Comments
 (0)