Skip to content

Commit

Permalink
Bump dart-lang/setup-dart from v0.1 to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and Fox32 committed Apr 1, 2021
1 parent f02d72c commit ab3a796
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
package: [ prometheus_client, prometheus_client_shelf ]
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v0.1
- uses: dart-lang/setup-dart@v1
with:
channel: ${{ matrix.sdk }}
- id: install
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
package: [ prometheus_client, prometheus_client_shelf ]
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v0.1
- uses: dart-lang/setup-dart@v1
with:
channel: ${{ matrix.sdk }}
- id: install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v0.1
- uses: dart-lang/setup-dart@v1
with:
channel: stable
- name: Setup credentials
Expand Down

0 comments on commit ab3a796

Please sign in to comment.