From 64863e5775f30a998febc0136ab86754e6b69102 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 05:23:32 +0000 Subject: [PATCH] Update actions/checkout requirement to 61b9e3751b92087fd0b06925ba6dd6314e06f089 Updates the requirements on [actions/checkout](https://github.com/actions/checkout) to permit the latest version. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/commits/61b9e3751b92087fd0b06925ba6dd6314e06f089) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/release_deploy_play_store.yml | 2 +- .github/workflows/release_deploy_web.yml | 2 +- .github/workflows/release_draft_github_release.yml | 2 +- .github/workflows/scorecards-analysis.yml | 2 +- .github/workflows/test.yml | 6 +++--- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 811a8a487..0ff96b860 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: # Checkout gallery code and get packages. - name: Checkout gallery code - uses: actions/checkout@d171c3b028d844f2bf14e9fdec0c58114451e4bf + uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089 - run: flutter pub get -v - run: flutter build ${{ matrix.target }} diff --git a/.github/workflows/release_deploy_play_store.yml b/.github/workflows/release_deploy_play_store.yml index a069bd12d..1e4879ebc 100644 --- a/.github/workflows/release_deploy_play_store.yml +++ b/.github/workflows/release_deploy_play_store.yml @@ -29,7 +29,7 @@ jobs: # Checkout gallery code and get packages. - name: Checkout gallery code - uses: actions/checkout@d171c3b028d844f2bf14e9fdec0c58114451e4bf + uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089 - run: flutter pub get # Setup Ruby, Bundler, and Gemfile dependencies diff --git a/.github/workflows/release_deploy_web.yml b/.github/workflows/release_deploy_web.yml index d0eb8ba89..2db0bdd68 100644 --- a/.github/workflows/release_deploy_web.yml +++ b/.github/workflows/release_deploy_web.yml @@ -34,7 +34,7 @@ jobs: # Checkout gallery code and get packages. - name: Checkout gallery code - uses: actions/checkout@d171c3b028d844f2bf14e9fdec0c58114451e4bf + uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089 - run: flutter pub get # Build and deploy (by default, to staging). diff --git a/.github/workflows/release_draft_github_release.yml b/.github/workflows/release_draft_github_release.yml index e2ce0ed55..dbda72b6b 100644 --- a/.github/workflows/release_draft_github_release.yml +++ b/.github/workflows/release_draft_github_release.yml @@ -90,7 +90,7 @@ jobs: - run: flutter doctor -v # Checkout gallery code, recreate missing files, and get packages. - name: Checkout gallery code - uses: actions/checkout@d171c3b028d844f2bf14e9fdec0c58114451e4bf + uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089 - run: flutter create . - run: flutter pub get diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index 5c0a53f5f..b2cab3c2f 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -20,7 +20,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # v3.0.0 + uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089 # v3.0.0 with: persist-credentials: false diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0722d81eb..6acbeb6a6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: # Checkout gallery code and get packages. - name: Checkout gallery code - uses: actions/checkout@d171c3b028d844f2bf14e9fdec0c58114451e4bf + uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089 - run: flutter pub get -v # Analyze, check formatting, and run unit tests. @@ -49,7 +49,7 @@ jobs: # Checkout gallery code and get packages. - name: Checkout gallery code - uses: actions/checkout@d171c3b028d844f2bf14e9fdec0c58114451e4bf + uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089 - run: flutter pub get -v - run: flutter test test_benchmarks @@ -67,7 +67,7 @@ jobs: # Checkout gallery code and get packages. - name: Checkout gallery code - uses: actions/checkout@d171c3b028d844f2bf14e9fdec0c58114451e4bf + uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089 - run: flutter pub get -v # Run the golden tests and upload failed test artifacts.