Bump actions/checkout (#9344)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 0ac5255..80d49ab 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -36,7 +36,7 @@
os: [ubuntu-latest, windows-latest]
steps:
- name: git clone
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
+ uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
- name: Load Cached Flutter SDK
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
with:
@@ -57,7 +57,7 @@
fail-fast: false
steps:
- name: Clone Flutter DevTools
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
+ uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
with:
ref: "${{ github.event.pull_request.head.sha }}"
- name: Load Cached Flutter SDK
@@ -97,7 +97,7 @@
os: [ubuntu-latest, windows-latest]
steps:
- name: git clone
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
+ uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
- name: Load Cached Flutter SDK
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
with:
@@ -119,7 +119,7 @@
os: [ubuntu-latest, windows-latest]
steps:
- name: git clone
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
+ uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
- name: Load Cached Flutter SDK
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
with:
@@ -144,7 +144,7 @@
os: [ubuntu-latest, windows-latest]
steps:
- name: git clone
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
+ uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
- name: Load Cached Flutter SDK
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
with:
@@ -171,7 +171,7 @@
steps:
- name: git clone
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
+ uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
- name: Load Cached Flutter SDK
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
with:
@@ -242,7 +242,7 @@
shard: 3/3
steps:
- name: git clone
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
+ uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
- name: Load Cached Flutter SDK
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
with:
@@ -276,7 +276,7 @@
os: [ubuntu-latest, windows-latest]
steps:
- name: git clone
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
+ uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
- name: Load Cached Flutter SDK
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
with:
@@ -297,7 +297,7 @@
fail-fast: false
steps:
- name: git clone
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
+ uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
- name: Load Cached Flutter SDK
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
with:
@@ -315,7 +315,7 @@
fail-fast: false
steps:
- name: git clone
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
+ uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
- name: Load Cached Flutter SDK
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
with:
@@ -338,7 +338,7 @@
# - test_dart2js
# steps:
# - name: git clone
-# uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
+# uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
#
# - name: tool/ci/bots.sh
# env:
@@ -358,7 +358,7 @@
# - integration_dart2js
# steps:
# - name: git clone
-# uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
+# uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
# - name: tool/ci/bots.sh
# env:
# BOT: ${{ matrix.bot }}
diff --git a/.github/workflows/daily-dev-bump.yaml b/.github/workflows/daily-dev-bump.yaml
index dafe9c5..8d9d970 100644
--- a/.github/workflows/daily-dev-bump.yaml
+++ b/.github/workflows/daily-dev-bump.yaml
@@ -37,7 +37,7 @@
runs-on: ubuntu-latest
steps:
- name: git clone devtools
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
+ uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
with:
ref: master
diff --git a/.github/workflows/flutter-candidate-update.yaml b/.github/workflows/flutter-candidate-update.yaml
index 7dc4a66..37f0753 100644
--- a/.github/workflows/flutter-candidate-update.yaml
+++ b/.github/workflows/flutter-candidate-update.yaml
@@ -21,7 +21,7 @@
runs-on: ubuntu-latest
steps:
- name: git clone devtools
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
+ uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
with:
ref: master
diff --git a/.github/workflows/flutter-prep.yaml b/.github/workflows/flutter-prep.yaml
index e2d44e7..37da975 100644
--- a/.github/workflows/flutter-prep.yaml
+++ b/.github/workflows/flutter-prep.yaml
@@ -35,7 +35,7 @@
# 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@09d2acae674a48949e3602304ab46fd20ae0c42f
+ uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
- name: Get Latest Flutter Candidate
id: flutter-candidate
diff --git a/.github/workflows/workflow-bot-cleanup.yaml b/.github/workflows/workflow-bot-cleanup.yaml
index a7f4d4c..fcac544 100644
--- a/.github/workflows/workflow-bot-cleanup.yaml
+++ b/.github/workflows/workflow-bot-cleanup.yaml
@@ -16,7 +16,7 @@
runs-on: ubuntu-latest
steps:
- name: Sparse checkout of the repository
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
+ uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
with:
sparse-checkout: |
README.md