Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/checkout from 2 to 3.1.0 #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
8 changes: 4 additions & 4 deletions .github/workflows/dio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run:
working-directory: dio
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0
- uses: dart-lang/setup-dart@v1
with:
sdk: stable
Expand All @@ -32,7 +32,7 @@ jobs:
run:
working-directory: dio
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0
- uses: dart-lang/setup-dart@v1
with:
sdk: stable
Expand All @@ -50,7 +50,7 @@ jobs:
run:
working-directory: dio
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0
- uses: dart-lang/setup-dart@v1
with:
sdk: ${{ matrix.sdk }}
Expand All @@ -70,7 +70,7 @@ jobs:
run:
working-directory: dio
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0
- uses: dart-lang/setup-dart@v1
with:
sdk: stable
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/example-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run:
working-directory: example_flutter_app
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0
- uses: subosito/flutter-action@v2.2.1
with:
cache: true
Expand All @@ -33,7 +33,7 @@ jobs:
run:
working-directory: example_flutter_app
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0
- uses: subosito/flutter-action@v2.2.1
with:
cache: true
Expand All @@ -47,7 +47,7 @@ jobs:
run:
working-directory: example_flutter_app
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0
- uses: subosito/flutter-action@v2.2.1
with:
cache: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run:
working-directory: example
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0
- uses: dart-lang/setup-dart@v1
with:
sdk: stable
Expand All @@ -32,7 +32,7 @@ jobs:
run:
working-directory: example
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0
- uses: dart-lang/setup-dart@v1
with:
sdk: stable
Expand All @@ -45,7 +45,7 @@ jobs:
run:
working-directory: example
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0
- uses: dart-lang/setup-dart@v1
with:
sdk: stable
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/plugin_cookie_manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run:
working-directory: plugins/cookie_manager
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0
- uses: dart-lang/setup-dart@v1
with:
sdk: stable
Expand All @@ -32,7 +32,7 @@ jobs:
run:
working-directory: plugins/cookie_manager
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0
- uses: dart-lang/setup-dart@v1
with:
sdk: stable
Expand All @@ -49,7 +49,7 @@ jobs:
run:
working-directory: plugins/cookie_manager
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0
- uses: dart-lang/setup-dart@v1
with:
sdk: ${{ matrix.sdk }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/plugin_http2_adapter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run:
working-directory: plugins/http2_adapter
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0
- uses: dart-lang/setup-dart@v1
with:
sdk: stable
Expand All @@ -32,7 +32,7 @@ jobs:
run:
working-directory: plugins/http2_adapter
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0
- uses: dart-lang/setup-dart@v1
with:
sdk: stable
Expand All @@ -49,7 +49,7 @@ jobs:
run:
working-directory: plugins/http2_adapter
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0
- uses: dart-lang/setup-dart@v1
with:
sdk: ${{ matrix.sdk }}
Expand Down