Skip to content

Commit e3cca0e

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 f5ab0f2 commit e3cca0e

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

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

64-
- uses: actions/checkout@v5
64+
- uses: actions/checkout@v6
6565

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

130-
- uses: actions/checkout@v5
130+
- uses: actions/checkout@v6
131131

132132
- name: Get composer cache directory
133133
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -183,7 +183,7 @@ jobs:
183183
git config --global core.autocrlf false
184184
git config --global core.eol lf
185185
186-
- uses: actions/checkout@v5
186+
- uses: actions/checkout@v6
187187

188188
- name: Get composer cache directory
189189
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -245,7 +245,7 @@ jobs:
245245
git config --global core.autocrlf false
246246
git config --global core.eol lf
247247
248-
- uses: actions/checkout@v5
248+
- uses: actions/checkout@v6
249249

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

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

0 commit comments

Comments
 (0)