Skip to content

Commit

Permalink
ci: update actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
orestesgaolin committed Oct 15, 2024
1 parent e6a1d2a commit 00d859b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
os: macos-13
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- run: dart pub get
- run: mkdir build
Expand Down

0 comments on commit 00d859b

Please sign in to comment.