Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 in README.md (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuyafujisaki committed Jan 9, 2024
1 parent 7f54cd0 commit 49b0b8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -23,7 +23,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1

- run: dart pub get
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
sdk: [3.1, stable, beta]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
with:
sdk: ${{ matrix.sdk }}
Expand Down

0 comments on commit 49b0b8e

Please sign in to comment.