Skip to content
Merged
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
24 changes: 12 additions & 12 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
os: [ubuntu-latest, windows-latest]
steps:
- name: git clone
uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
uses: actions/checkout@9f265659d3bb64ab1440b03b12f4d47a24320917
- name: Load Cached Flutter SDK
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
with:
Expand All @@ -57,7 +57,7 @@ jobs:
fail-fast: false
steps:
- name: Clone Flutter DevTools
uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
uses: actions/checkout@9f265659d3bb64ab1440b03b12f4d47a24320917
with:
ref: "${{ github.event.pull_request.head.sha }}"
- name: Load Cached Flutter SDK
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
os: [ubuntu-latest, windows-latest]
steps:
- name: git clone
uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
uses: actions/checkout@9f265659d3bb64ab1440b03b12f4d47a24320917
- name: Load Cached Flutter SDK
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
with:
Expand All @@ -119,7 +119,7 @@ jobs:
os: [ubuntu-latest, windows-latest]
steps:
- name: git clone
uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
uses: actions/checkout@9f265659d3bb64ab1440b03b12f4d47a24320917
- name: Load Cached Flutter SDK
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
with:
Expand All @@ -144,7 +144,7 @@ jobs:
os: [ubuntu-latest, windows-latest]
steps:
- name: git clone
uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
uses: actions/checkout@9f265659d3bb64ab1440b03b12f4d47a24320917
- name: Load Cached Flutter SDK
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
with:
Expand All @@ -171,7 +171,7 @@ jobs:

steps:
- name: git clone
uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
uses: actions/checkout@9f265659d3bb64ab1440b03b12f4d47a24320917
- name: Load Cached Flutter SDK
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
with:
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
shard: 3/3
steps:
- name: git clone
uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
uses: actions/checkout@9f265659d3bb64ab1440b03b12f4d47a24320917
- name: Load Cached Flutter SDK
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
with:
Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:
os: [ubuntu-latest, windows-latest]
steps:
- name: git clone
uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
uses: actions/checkout@9f265659d3bb64ab1440b03b12f4d47a24320917
- name: Load Cached Flutter SDK
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
with:
Expand All @@ -297,7 +297,7 @@ jobs:
fail-fast: false
steps:
- name: git clone
uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
uses: actions/checkout@9f265659d3bb64ab1440b03b12f4d47a24320917
- name: Load Cached Flutter SDK
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
with:
Expand All @@ -315,7 +315,7 @@ jobs:
fail-fast: false
steps:
- name: git clone
uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
uses: actions/checkout@9f265659d3bb64ab1440b03b12f4d47a24320917
- name: Load Cached Flutter SDK
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
with:
Expand All @@ -338,7 +338,7 @@ jobs:
# - test_dart2js
# steps:
# - name: git clone
# uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
# uses: actions/checkout@9f265659d3bb64ab1440b03b12f4d47a24320917
#
# - name: tool/ci/bots.sh
# env:
Expand All @@ -358,7 +358,7 @@ jobs:
# - integration_dart2js
# steps:
# - name: git clone
# uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
# uses: actions/checkout@9f265659d3bb64ab1440b03b12f4d47a24320917
# - name: tool/ci/bots.sh
# env:
# BOT: ${{ matrix.bot }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-dev-bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: git clone devtools
uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
uses: actions/checkout@9f265659d3bb64ab1440b03b12f4d47a24320917
with:
ref: master

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flutter-candidate-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: git clone devtools
uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
uses: actions/checkout@9f265659d3bb64ab1440b03b12f4d47a24320917
with:
ref: master

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flutter-prep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# TODO(https://github.com/flutter/devtools/issues/5729) Consider caching DevTools so that we
# don't check it out again is subsequent workflows.
- name: Checkout DevTools (default)
uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
uses: actions/checkout@9f265659d3bb64ab1440b03b12f4d47a24320917

- name: Get Latest Flutter Candidate
id: flutter-candidate
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-bot-cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Sparse checkout of the repository
uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
uses: actions/checkout@9f265659d3bb64ab1440b03b12f4d47a24320917
with:
sparse-checkout: |
README.md
Expand Down
Loading