Skip to content

Commit 70897b4

Browse files
Bump actions/checkout from 5 to 6 in the all-actions group
Bumps the all-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). 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) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c51b738 commit 70897b4

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@v5
22+
- uses: actions/checkout@v6
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
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ['ubuntu-latest']
2020

2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
with:
2424
# super-linter needs the full git history to get the
2525
# list of files that changed across commits
@@ -60,7 +60,7 @@ jobs:
6060
- name: Setup problem matchers for PHP
6161
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
6262

63-
- uses: actions/checkout@v5
63+
- uses: actions/checkout@v6
6464

6565
- name: Get composer cache directory
6666
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -112,7 +112,7 @@ jobs:
112112
- name: Setup problem matchers for PHP
113113
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
114114

115-
- uses: actions/checkout@v5
115+
- uses: actions/checkout@v6
116116

117117
- name: Get composer cache directory
118118
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -168,7 +168,7 @@ jobs:
168168
git config --global core.autocrlf false
169169
git config --global core.eol lf
170170
171-
- uses: actions/checkout@v5
171+
- uses: actions/checkout@v6
172172

173173
- name: Get composer cache directory
174174
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -230,7 +230,7 @@ jobs:
230230
git config --global core.autocrlf false
231231
git config --global core.eol lf
232232
233-
- uses: actions/checkout@v5
233+
- uses: actions/checkout@v6
234234

235235
- name: Get composer cache directory
236236
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
@@ -253,7 +253,7 @@ jobs:
253253
runs-on: [ubuntu-latest]
254254
needs: [unit-tests-linux]
255255
steps:
256-
- uses: actions/checkout@v5
256+
- uses: actions/checkout@v6
257257

258258
- uses: actions/download-artifact@v6
259259
with:

0 commit comments

Comments
 (0)