Skip to content

Commit d91020a

Browse files
Bump the all-actions group across 1 directory with 2 updates
Bumps the all-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [codecov/codecov-action](https://github.com/codecov/codecov-action). 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) Updates `codecov/codecov-action` from 6 to 7 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@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 - dependency-name: codecov/codecov-action 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 7f843b5 commit d91020a

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
@@ -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: 6 additions & 6 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"
@@ -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"
@@ -228,7 +228,7 @@ jobs:
228228
- name: Setup problem matchers for PHP
229229
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
230230

231-
- uses: actions/checkout@v6
231+
- uses: actions/checkout@v7
232232

233233
- name: Get composer cache directory
234234
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -257,15 +257,15 @@ jobs:
257257
runs-on: [ubuntu-latest]
258258
needs: [unit-tests-linux]
259259
steps:
260-
- uses: actions/checkout@v6
260+
- uses: actions/checkout@v7
261261

262262
- uses: actions/download-artifact@v8
263263
with:
264264
name: coverage-data
265265
path: ${{ github.workspace }}/build
266266

267267
- name: Codecov
268-
uses: codecov/codecov-action@v6
268+
uses: codecov/codecov-action@v7
269269
with:
270270
token: ${{ secrets.CODECOV_TOKEN }}
271271
fail_ci_if_error: true

0 commit comments

Comments
 (0)