diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-10 11:03:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-10 11:03:36 +0200 |
commit | 163251aa65d7a3a97bebbc55169a7d5626e1b6cf (patch) | |
tree | 73e1e4942f126d2b7a7b83ce0602af35e7d69900 /.github/workflows/bootstrap.yml | |
parent | 6ab9f3a290a5fdf1a4d235c61cc1719619d599b7 (diff) | |
download | spack-163251aa65d7a3a97bebbc55169a7d5626e1b6cf.tar.gz spack-163251aa65d7a3a97bebbc55169a7d5626e1b6cf.tar.bz2 spack-163251aa65d7a3a97bebbc55169a7d5626e1b6cf.tar.xz spack-163251aa65d7a3a97bebbc55169a7d5626e1b6cf.zip |
build(deps): bump actions/setup-python from 3.1.2 to 4 (#31059)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.2 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/98f2ad02fd48d057ee3b4d4f66525b231c3e52b6...d09bd5e6005b175076f227b13d9730d56e9dcfcb)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/bootstrap.yml')
-rw-r--r-- | .github/workflows/bootstrap.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index 4aeb013a56..2ddc5792ec 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -191,7 +191,7 @@ jobs: brew install tree - name: Checkout uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 + - uses: actions/setup-python@d09bd5e6005b175076f227b13d9730d56e9dcfcb with: python-version: ${{ matrix.python-version }} - name: Bootstrap clingo @@ -210,7 +210,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 + - uses: actions/setup-python@d09bd5e6005b175076f227b13d9730d56e9dcfcb with: python-version: ${{ matrix.python-version }} - name: Setup repo |