summaryrefslogtreecommitdiff
path: root/.github/workflows/nightly-win-builds.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-03 12:28:02 +0200
committerGitHub <noreply@github.com>2023-10-03 12:28:02 +0200
commitb7cb3462d499e29b2c760d20fedda76ca020a15a (patch)
treea99fa0bee7e2458850be227755d7cb53ff3d976f /.github/workflows/nightly-win-builds.yml
parentf2230100ac9d5d1438e0c0e48a9262fb5df9be66 (diff)
downloadspack-b7cb3462d499e29b2c760d20fedda76ca020a15a.tar.gz
spack-b7cb3462d499e29b2c760d20fedda76ca020a15a.tar.bz2
spack-b7cb3462d499e29b2c760d20fedda76ca020a15a.tar.xz
spack-b7cb3462d499e29b2c760d20fedda76ca020a15a.zip
build(deps): bump actions/setup-python from 4.7.0 to 4.7.1 (#40287)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.0 to 4.7.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/61a6322f88396a6271a6ee3565807d608ecaddd1...65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... 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/nightly-win-builds.yml')
-rw-r--r--.github/workflows/nightly-win-builds.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nightly-win-builds.yml b/.github/workflows/nightly-win-builds.yml
index c8148adb2d..682ecc4b83 100644
--- a/.github/workflows/nightly-win-builds.yml
+++ b/.github/workflows/nightly-win-builds.yml
@@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
with:
fetch-depth: 0
- - uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
+ - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236
with:
python-version: 3.9
- name: Install Python packages