summaryrefslogtreecommitdiff
path: root/.github/workflows/macos_python.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-04 09:55:49 +0200
committerGitHub <noreply@github.com>2022-04-04 09:55:49 +0200
commit105b42c15f20422fd1f0d10f2910db745dce4c68 (patch)
tree1a4c54acf4d5a2e79cd1b726320f2a60f928cb25 /.github/workflows/macos_python.yml
parent9cc45f66b7b2193756b6642703753da91f095e4c (diff)
downloadspack-105b42c15f20422fd1f0d10f2910db745dce4c68.tar.gz
spack-105b42c15f20422fd1f0d10f2910db745dce4c68.tar.bz2
spack-105b42c15f20422fd1f0d10f2910db745dce4c68.tar.xz
spack-105b42c15f20422fd1f0d10f2910db745dce4c68.zip
build(deps): bump actions/setup-python from 2 to 3.1.0 (#29843)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...9c644ca2ab8e57ea0a487b5ec2f8290740378bfd) --- 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/macos_python.yml')
-rw-r--r--.github/workflows/macos_python.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/macos_python.yml b/.github/workflows/macos_python.yml
index 07bfe77284..d04960a2f4 100644
--- a/.github/workflows/macos_python.yml
+++ b/.github/workflows/macos_python.yml
@@ -25,7 +25,7 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2
- - uses: actions/setup-python@0ebf233433c08fb9061af664d501c3f3ff0e9e20 # @v2
+ - uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd # @v2
with:
python-version: 3.9
- name: spack install
@@ -40,7 +40,7 @@ jobs:
timeout-minutes: 700
steps:
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2
- - uses: actions/setup-python@0ebf233433c08fb9061af664d501c3f3ff0e9e20 # @v2
+ - uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd # @v2
with:
python-version: 3.9
- name: spack install
@@ -53,7 +53,7 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2
- - uses: actions/setup-python@0ebf233433c08fb9061af664d501c3f3ff0e9e20 # @v2
+ - uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd # @v2
with:
python-version: 3.9
- name: spack install