Skip to content

Commit 7e4fabc

Browse files
Bump actions/checkout from 4.3.1 to 7.0.0 (#808)
* Bump actions/checkout from 4.3.1 to 7.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.3.1 to 7.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@34e1148...9c091bb) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Do not fail Codecov upload without token --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
1 parent cf752d4 commit 7e4fabc

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
['ubuntu-latest', 'windows-latest']
3838
php: >-
3939
['8.1', '8.2', '8.3', '8.4', '8.5']
40+
codecovFailCiIfError: false
4041
phpunit-without-intl:
4142
uses: yiisoft/actions/.github/workflows/phpunit.yml@master
4243
secrets:
@@ -49,3 +50,4 @@ jobs:
4950
['ubuntu-latest', 'windows-latest']
5051
php: >-
5152
['8.1', '8.2', '8.3', '8.4', '8.5']
53+
codecovFailCiIfError: false

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
30+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3131
with:
3232
persist-credentials: false
3333

@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ubuntu-latest
5151
steps:
5252
- name: Checkout
53-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
53+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
5454
with:
5555
token: ${{ secrets.YIISOFT_GITHUB_TOKEN || github.token }}
5656
persist-credentials: false

0 commit comments

Comments
 (0)