Skip to content

Commit 9d8577e

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 d2434f3 commit 9d8577e

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
@@ -58,7 +58,7 @@ jobs:
5858
- name: Setup problem matchers for PHP
5959
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
6060

61-
- uses: actions/checkout@v5
61+
- uses: actions/checkout@v6
6262

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

113-
- uses: actions/checkout@v5
113+
- uses: actions/checkout@v6
114114

115115
- name: Get composer cache directory
116116
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -166,7 +166,7 @@ jobs:
166166
git config --global core.autocrlf false
167167
git config --global core.eol lf
168168
169-
- uses: actions/checkout@v5
169+
- uses: actions/checkout@v6
170170

171171
- name: Get composer cache directory
172172
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -228,7 +228,7 @@ jobs:
228228
git config --global core.autocrlf false
229229
git config --global core.eol lf
230230
231-
- uses: actions/checkout@v5
231+
- uses: actions/checkout@v6
232232

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

256256
- uses: actions/download-artifact@v6
257257
with:

0 commit comments

Comments
 (0)