Skip to content

Commit 7980370

Browse files
Bump actions/checkout from 4 to 5 in the all-actions group
Bumps the all-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). 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) --- updated-dependencies: - dependency-name: actions/checkout 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 a31b47a commit 7980370

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/documentation.yml

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

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222

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

.github/workflows/php.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
git config --global core.autocrlf false
7171
git config --global core.eol lf
7272
73-
- uses: actions/checkout@v4
73+
- uses: actions/checkout@v5
7474

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

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

174-
- uses: actions/checkout@v4
174+
- uses: actions/checkout@v5
175175

176176
- name: Get composer cache directory
177177
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -239,7 +239,7 @@ jobs:
239239
- name: Setup problem matchers for PHP
240240
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
241241

242-
- uses: actions/checkout@v4
242+
- uses: actions/checkout@v5
243243

244244
- name: Get composer cache directory
245245
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -268,7 +268,7 @@ jobs:
268268
runs-on: [ubuntu-latest]
269269
needs: [unit-tests-linux]
270270
steps:
271-
- uses: actions/checkout@v4
271+
- uses: actions/checkout@v5
272272

273273
- uses: actions/download-artifact@v5
274274
with:

0 commit comments

Comments
 (0)