Skip to content

Commit 49b0b8e

Browse files
Bump actions/checkout from 3 to 4 in README.md (#117)
1 parent 7f54cd0 commit 49b0b8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
build:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727
- uses: dart-lang/setup-dart@v1
2828

2929
- run: dart pub get
@@ -93,7 +93,7 @@ jobs:
9393
os: [ubuntu-latest, macos-latest, windows-latest]
9494
sdk: [3.1, stable, beta]
9595
steps:
96-
- uses: actions/checkout@v3
96+
- uses: actions/checkout@v4
9797
- uses: dart-lang/setup-dart@v1
9898
with:
9999
sdk: ${{ matrix.sdk }}

0 commit comments

Comments
 (0)