Skip to content

Commit b6cd439

Browse files
ci: bump actions/checkout from 4 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...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>
1 parent 8845bc5 commit b6cd439

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# declared minimum SDK (pubspec `environment: sdk`).
2626
sdk: [stable, "3.5.0"]
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v7
2929
- uses: dart-lang/setup-dart@v1
3030
with:
3131
sdk: ${{ matrix.sdk }}
@@ -49,7 +49,7 @@ jobs:
4949
name: pub.dev score (pana)
5050
runs-on: ubuntu-latest
5151
steps:
52-
- uses: actions/checkout@v4
52+
- uses: actions/checkout@v7
5353
- uses: dart-lang/setup-dart@v1
5454
- name: Install dependencies
5555
run: dart pub get

0 commit comments

Comments
 (0)