summaryrefslogtreecommitdiff
path: root/.github/workflows/macos_python.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-03 19:10:47 +0100
committerGitHub <noreply@github.com>2022-03-03 19:10:47 +0100
commitf6ea56276ff31fa7f5972ef8001f8bfcd1b0f5d1 (patch)
tree81168997237d86201602a0169bae54bb1dc4aadb /.github/workflows/macos_python.yml
parentcfae035a7b1a24b3deb2a9f0890d8bae03a32e4a (diff)
downloadspack-f6ea56276ff31fa7f5972ef8001f8bfcd1b0f5d1.tar.gz
spack-f6ea56276ff31fa7f5972ef8001f8bfcd1b0f5d1.tar.bz2
spack-f6ea56276ff31fa7f5972ef8001f8bfcd1b0f5d1.tar.xz
spack-f6ea56276ff31fa7f5972ef8001f8bfcd1b0f5d1.zip
build(deps): bump actions/setup-python from 2.3.1 to 3 (#29253)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.1 to 3. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/f38219332975fe8f9c04cca981d674bf22aea1d3...0ebf233433c08fb9061af664d501c3f3ff0e9e20) --- 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 a3a4b75097..07bfe77284 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@f38219332975fe8f9c04cca981d674bf22aea1d3 # @v2
+ - uses: actions/setup-python@0ebf233433c08fb9061af664d501c3f3ff0e9e20 # @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@f38219332975fe8f9c04cca981d674bf22aea1d3 # @v2
+ - uses: actions/setup-python@0ebf233433c08fb9061af664d501c3f3ff0e9e20 # @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@f38219332975fe8f9c04cca981d674bf22aea1d3 # @v2
+ - uses: actions/setup-python@0ebf233433c08fb9061af664d501c3f3ff0e9e20 # @v2
with:
python-version: 3.9
- name: spack install