summaryrefslogtreecommitdiff
path: root/.github/workflows/bootstrap.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-03 09:08:03 +0200
committerGitHub <noreply@github.com>2022-08-03 09:08:03 +0200
commit4aaa3841b8a60387a1c1e25c2c03dbcf22f74964 (patch)
treef553335c045b8742afb9c26bbe6ae1ca702d3dfa /.github/workflows/bootstrap.yml
parent4d2ed35552697cc6a41e92395cfdc0edc60a0733 (diff)
downloadspack-4aaa3841b8a60387a1c1e25c2c03dbcf22f74964.tar.gz
spack-4aaa3841b8a60387a1c1e25c2c03dbcf22f74964.tar.bz2
spack-4aaa3841b8a60387a1c1e25c2c03dbcf22f74964.tar.xz
spack-4aaa3841b8a60387a1c1e25c2c03dbcf22f74964.zip
build(deps): bump actions/setup-python from 4.1.0 to 4.2.0 (#31882)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/c4e89fac7e8767b327bbad6cb4d859eda999cf08...b55428b1882923874294fa556849718a1d7f2ca5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... 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.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml
index cff7e8d880..5279b93c3e 100644
--- a/.github/workflows/bootstrap.yml
+++ b/.github/workflows/bootstrap.yml
@@ -192,7 +192,7 @@ jobs:
brew install tree
- name: Checkout
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- - uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08
+ - uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5
with:
python-version: ${{ matrix.python-version }}
- name: Bootstrap clingo
@@ -211,7 +211,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- - uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08
+ - uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5
with:
python-version: ${{ matrix.python-version }}
- name: Setup repo