Skip to content

Commit 4bc790d

Browse files
Bump actions/checkout from 6 to 7 (#92)
Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f5b9d56 commit 4bc790d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@v6
40+
uses: actions/checkout@v7
4141
with:
4242
fetch-depth: 2 # needed by codecov sometimes
4343
- name: Setup PHP
@@ -85,7 +85,7 @@ jobs:
8585
runs-on: ubuntu-latest
8686
steps:
8787
- name: Checkout
88-
uses: actions/checkout@v6
88+
uses: actions/checkout@v7
8989
- name: Setup PHP
9090
uses: shivammathur/setup-php@v2
9191
with:

0 commit comments

Comments
 (0)