commit | 964486f899519c58f535b628c264f84bcbf2c279 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Tue Jul 16 19:10:35 2024 +0000 |
committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 16 19:10:35 2024 +0000 |
tree | 3fcd296d265447b5d957f66900cdce00a5554d0e | |
parent | 72e9ee8752462fafcdf46cf0cf84af6005bf380d [diff] |
Bump actions/setup-python from 5.1.0 to 5.1.1 Closes https://github.com/dart-lang/sdk/pull/56237 GitOrigin-RevId: b5e80ae2095773873c09388585a890b36b9b8761 Change-Id: I1dd4199ebe87177f53cc1c89f106aea0466961c7 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/375620 Commit-Queue: Kevin Moore <kevmoo@google.com> Reviewed-by: Kevin Moore <kevmoo@google.com>
diff --git a/.github/workflows/third-party-deps-scan.yml b/.github/workflows/third-party-deps-scan.yml index edab479..0aa83e1 100644 --- a/.github/workflows/third-party-deps-scan.yml +++ b/.github/workflows/third-party-deps-scan.yml
@@ -26,7 +26,7 @@ with: persist-credentials: false - name: "setup python" - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d + uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f with: python-version: '3.7.7' # install the python version needed - name: "extract deps, find commit hash, pass to osv-scanner"