Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
julemand101 committed Nov 20, 2024
2 parents 3e3ca03 + 881c4e3 commit 03564cc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: 'true'
token: ${{ secrets.PAT_TOKEN }}

- uses: dart-lang/setup-dart@v1

- name: Install dependencies
Expand Down

0 comments on commit 03564cc

Please sign in to comment.