summaryrefslogtreecommitdiff
path: root/.github/workflows/windows_python.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-27 09:16:07 +0000
committerGitHub <noreply@github.com>2023-03-27 09:16:07 +0000
commite0570c819c213b29d37c7c527f73673aaac3dd38 (patch)
tree2897bd0f2267bc00d7bcf069378102c5ef3fafca /.github/workflows/windows_python.yml
parentea60220a84b0547abe886683fabbb44184cdfb63 (diff)
downloadspack-e0570c819c213b29d37c7c527f73673aaac3dd38.tar.gz
spack-e0570c819c213b29d37c7c527f73673aaac3dd38.tar.bz2
spack-e0570c819c213b29d37c7c527f73673aaac3dd38.tar.xz
spack-e0570c819c213b29d37c7c527f73673aaac3dd38.zip
build(deps): bump actions/checkout from 3.4.0 to 3.5.0 (#36418)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/24cb9080177205b6e8c946b17badbe402adc938f...8f4b7f84864484a7bf31766abe9204da3cbe65b3) --- updated-dependencies: - dependency-name: actions/checkout 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.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/windows_python.yml b/.github/workflows/windows_python.yml
index 5620f3a4f9..db33c868a9 100644
--- a/.github/workflows/windows_python.yml
+++ b/.github/workflows/windows_python.yml
@@ -15,7 +15,7 @@ jobs:
unit-tests:
runs-on: windows-latest
steps:
- - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
+ - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
with:
fetch-depth: 0
- uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
@@ -39,7 +39,7 @@ jobs:
unit-tests-cmd:
runs-on: windows-latest
steps:
- - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
+ - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
with:
fetch-depth: 0
- uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
@@ -63,7 +63,7 @@ jobs:
build-abseil:
runs-on: windows-latest
steps:
- - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
+ - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
with:
fetch-depth: 0
- uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
@@ -87,7 +87,7 @@ jobs:
# git config --global core.symlinks false
# shell:
# powershell
- # - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
+ # - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
# with:
# fetch-depth: 0
# - uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435