Skip to content

Commit

Permalink
ci: update github action versions to latest (firebase#6323)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Jun 5, 2021
1 parent f44a812 commit 84153fe
Show file tree
Hide file tree
Showing 18 changed files with 50 additions and 50 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/all_plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand All @@ -41,7 +41,7 @@ jobs:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand All @@ -58,7 +58,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand All @@ -111,7 +111,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
name: Build Docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
- uses: actions/checkout@v2.3.4
- uses: actions/setup-node@v2.1.5
with:
node-version: '12'
- name: Run Build
Expand All @@ -29,8 +29,8 @@ jobs:
runs-on: ubuntu-latest
needs: build_docs
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
- uses: actions/checkout@v2.3.4
- uses: actions/setup-node@v2.1.5
with:
node-version: '12'
- uses: actions/download-artifact@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/firebase_admob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 40
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/firebase_analytics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand All @@ -49,7 +49,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand All @@ -65,7 +65,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/firebase_app_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 35
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/firebase_auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
if: github.event_name == 'pull_request'
timeout-minutes: 30
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand All @@ -52,7 +52,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 40
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand All @@ -77,7 +77,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/firebase_core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand All @@ -45,7 +45,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 35
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand All @@ -67,7 +67,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/firebase_crashlytics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand All @@ -50,7 +50,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 35
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/firebase_database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand All @@ -52,7 +52,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 35
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/firebase_dynamic_links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand All @@ -52,7 +52,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 35
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/firebase_firestore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 35
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand All @@ -77,7 +77,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/firebase_functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 40
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand All @@ -78,7 +78,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/firebase_messaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 40
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand All @@ -70,7 +70,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/firebase_ml_custom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 35
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/firebase_performance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/firebase_remote_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand All @@ -46,7 +46,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 35
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/firebase_storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 35
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: "Install Flutter"
Expand Down
Loading

0 comments on commit 84153fe

Please sign in to comment.