Skip to content

Commit 6f7c7d3

Browse files
Bump actions/checkout from 6 to 7 in the all-actions group
Bumps the all-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c7a361a commit 6f7c7d3

2 files changed

Lines changed: 6 additions & 6 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@v6
22+
- uses: actions/checkout@v7
2323

2424
- name: Lint markdown files
2525
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
@@ -71,7 +71,7 @@ jobs:
7171
git config --global core.autocrlf false
7272
git config --global core.eol lf
7373
74-
- uses: actions/checkout@v6
74+
- uses: actions/checkout@v7
7575

7676
- name: Get composer cache directory
7777
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@v6
136+
- uses: actions/checkout@v7
137137

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

175-
- uses: actions/checkout@v6
175+
- uses: actions/checkout@v7
176176

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

229-
- uses: actions/checkout@v6
229+
- uses: actions/checkout@v7
230230

231231
- name: Get composer cache directory
232232
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -255,7 +255,7 @@ jobs:
255255
runs-on: [ubuntu-latest]
256256
needs: [unit-tests-linux]
257257
steps:
258-
- uses: actions/checkout@v6
258+
- uses: actions/checkout@v7
259259

260260
- uses: actions/download-artifact@v8
261261
with:

0 commit comments

Comments
 (0)