Skip to content

Commit

Permalink
Bumb actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed Aug 23, 2024
1 parent fec1a44 commit c58467b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2 # would rather use dartlang/setup-dart but..
with:
channel: stable
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
channel: [stable, beta, master]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2 # would rather use dartlang/setup-dart@v1 but..
with:
channel: ${{ matrix.channel }}
Expand Down

0 comments on commit c58467b

Please sign in to comment.