Skip to content

Commit 1c4b32d

Browse files
committed
Merge PR #1: bump actions/checkout from 4 to 7
2 parents 358492e + b6cd439 commit 1c4b32d

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)