Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ updates:
directory: "/"
schedule:
interval: "daily"
labels:
- "autosubmit"
# Don't auto-submit github action updates until subosito/flutter-action update is cleared
# labels:
# - "autosubmit"
# Pip ecosystem.
- package-ecosystem: "pip"
directory: "/tfagents-flutter/"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flutter-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
distribution: "zulu" # See https://github.com/actions/setup-java#supported-distributions
java-version: "17"
- uses: subosito/flutter-action@395322a6cded4e9ed503aebd4cc1965625f8e59a
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
with:
channel: ${{ matrix.flutter_version }}
- run: dart --version
Expand Down
Loading