Skip to content

Commit bc90568

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 f3eb3aa commit bc90568

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

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

2323
- name: Lint markdown files
2424
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
fetch-depth: 0
2525

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

127-
- uses: actions/checkout@v5
127+
- uses: actions/checkout@v6
128128

129129
- name: Get composer cache directory
130130
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -180,7 +180,7 @@ jobs:
180180
git config --global core.autocrlf false
181181
git config --global core.eol lf
182182
183-
- uses: actions/checkout@v5
183+
- uses: actions/checkout@v6
184184

185185
- name: Get composer cache directory
186186
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -242,7 +242,7 @@ jobs:
242242
git config --global core.autocrlf false
243243
git config --global core.eol lf
244244
245-
- uses: actions/checkout@v5
245+
- uses: actions/checkout@v6
246246

247247
- name: Get composer cache directory
248248
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
@@ -265,7 +265,7 @@ jobs:
265265
runs-on: [ubuntu-latest]
266266
needs: [unit-tests-linux]
267267
steps:
268-
- uses: actions/checkout@v5
268+
- uses: actions/checkout@v6
269269

270270
- uses: actions/download-artifact@v6
271271
with:

0 commit comments

Comments
 (0)