summaryrefslogtreecommitdiff
path: root/.github/workflows/windows_python.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-12 13:50:30 +0200
committerGitHub <noreply@github.com>2022-07-12 13:50:30 +0200
commite33a57ab6503e42bc8519b9ff7fe2716124f78a7 (patch)
tree6b9b7474def67604e1f222f2a51db5db5c730621 /.github/workflows/windows_python.yml
parent7f830295aef23dce23ef2a03ab4a87141a60d6ef (diff)
downloadspack-e33a57ab6503e42bc8519b9ff7fe2716124f78a7.tar.gz
spack-e33a57ab6503e42bc8519b9ff7fe2716124f78a7.tar.bz2
spack-e33a57ab6503e42bc8519b9ff7fe2716124f78a7.tar.xz
spack-e33a57ab6503e42bc8519b9ff7fe2716124f78a7.zip
build(deps): bump actions/setup-python from 4.0.0 to 4.1.0 (#31526)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/d09bd5e6005b175076f227b13d9730d56e9dcfcb...c4e89fac7e8767b327bbad6cb4d859eda999cf08) --- 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/windows_python.yml')
-rw-r--r--.github/workflows/windows_python.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/windows_python.yml b/.github/workflows/windows_python.yml
index 4336c9f0c2..d33c624376 100644
--- a/.github/workflows/windows_python.yml
+++ b/.github/workflows/windows_python.yml
@@ -23,7 +23,7 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- - uses: actions/setup-python@d09bd5e6005b175076f227b13d9730d56e9dcfcb
+ - uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08
with:
python-version: 3.9
- name: Install Python Packages
@@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
fetch-depth: 0
- - uses: actions/setup-python@d09bd5e6005b175076f227b13d9730d56e9dcfcb
+ - uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08
with:
python-version: 3.9
- name: Install Python packages
@@ -63,7 +63,7 @@ jobs:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
fetch-depth: 0
- - uses: actions/setup-python@d09bd5e6005b175076f227b13d9730d56e9dcfcb
+ - uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08
with:
python-version: 3.9
- name: Install Python packages
@@ -83,7 +83,7 @@ jobs:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
fetch-depth: 0
- - uses: actions/setup-python@d09bd5e6005b175076f227b13d9730d56e9dcfcb
+ - uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08
with:
python-version: 3.9
- name: Install Python packages
@@ -103,7 +103,7 @@ jobs:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
fetch-depth: 0
- - uses: actions/setup-python@d09bd5e6005b175076f227b13d9730d56e9dcfcb
+ - uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08
with:
python-version: 3.9
- name: Install Python packages
@@ -128,7 +128,7 @@ jobs:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
fetch-depth: 0
- - uses: actions/setup-python@d09bd5e6005b175076f227b13d9730d56e9dcfcb
+ - uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08
with:
python-version: 3.9
- name: Install Python packages
@@ -159,7 +159,7 @@ jobs:
run:
shell: pwsh
steps:
- - uses: actions/setup-python@d09bd5e6005b175076f227b13d9730d56e9dcfcb
+ - uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08
with:
python-version: 3.9
- name: Install Python packages