Skip to content

Commit 52b14a0

Browse files
Bump the all-actions group across 1 directory with 2 updates (#48)
Bumps the all-actions group with 2 updates in the / directory: [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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6551043 commit 52b14a0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.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
@@ -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"
@@ -132,7 +132,7 @@ jobs:
132132
git config --global core.autocrlf false
133133
git config --global core.eol lf
134134
135-
- uses: actions/checkout@v4
135+
- uses: actions/checkout@v5
136136

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

171-
- uses: actions/checkout@v4
171+
- uses: actions/checkout@v5
172172

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

225-
- uses: actions/checkout@v4
225+
- uses: actions/checkout@v5
226226

227227
- name: Get composer cache directory
228228
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -251,9 +251,9 @@ jobs:
251251
runs-on: [ubuntu-latest]
252252
needs: [unit-tests-linux]
253253
steps:
254-
- uses: actions/checkout@v4
254+
- uses: actions/checkout@v5
255255

256-
- uses: actions/download-artifact@v4
256+
- uses: actions/download-artifact@v5
257257
with:
258258
name: coverage-data
259259
path: ${{ github.workspace }}/build

0 commit comments

Comments
 (0)