Skip to content

Commit 481abee

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 c90e61d commit 481abee

3 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@v6
22+
- uses: actions/checkout@v7
2323

2424
- name: Lint markdown files
2525
uses: nosborn/github-action-markdown-cli@v3

.github/workflows/interoperability.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
git config --global core.autocrlf false
4848
git config --global core.eol lf
4949
50-
- uses: actions/checkout@v6
50+
- uses: actions/checkout@v7
5151

5252
- name: Cache composer dependencies
5353
uses: actions/cache@v5

.github/workflows/php.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
git config --global core.autocrlf false
7373
git config --global core.eol lf
7474
75-
- uses: actions/checkout@v6
75+
- uses: actions/checkout@v7
7676

7777
- name: Get composer cache directory
7878
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -135,7 +135,7 @@ jobs:
135135
git config --global core.autocrlf false
136136
git config --global core.eol lf
137137
138-
- uses: actions/checkout@v6
138+
- uses: actions/checkout@v7
139139

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

176-
- uses: actions/checkout@v6
176+
- uses: actions/checkout@v7
177177

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

230-
- uses: actions/checkout@v6
230+
- uses: actions/checkout@v7
231231

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

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

0 commit comments

Comments
 (0)