Skip to content

Commit b0169b2

Browse files
Bump actions/checkout from 6 to 7 in the all-actions group (#33)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 429399c commit b0169b2

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

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

2323
- name: Lint markdown files
2424
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
@@ -70,7 +70,7 @@ jobs:
7070
git config --global core.autocrlf false
7171
git config --global core.eol lf
7272
73-
- uses: actions/checkout@v6
73+
- uses: actions/checkout@v7
7474

7575
- name: Get composer cache directory
7676
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"
@@ -170,7 +170,7 @@ jobs:
170170
- name: Setup problem matchers for PHP
171171
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
172172

173-
- uses: actions/checkout@v6
173+
- uses: actions/checkout@v7
174174

175175
- name: Get composer cache directory
176176
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -223,7 +223,7 @@ jobs:
223223
- name: Setup problem matchers for PHP
224224
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
225225

226-
- uses: actions/checkout@v6
226+
- uses: actions/checkout@v7
227227

228228
- name: Get composer cache directory
229229
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -252,7 +252,7 @@ jobs:
252252
runs-on: [ubuntu-latest]
253253
needs: [unit-tests-linux]
254254
steps:
255-
- uses: actions/checkout@v6
255+
- uses: actions/checkout@v7
256256

257257
- uses: actions/download-artifact@v8
258258
with:

0 commit comments

Comments
 (0)