summaryrefslogtreecommitdiff
path: root/.github/workflows/valid-style.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-08-31 11:51:49 -0500
committerGitHub <noreply@github.com>2024-08-31 11:51:49 -0500
commit04bdff33ad3ce8e9541081e04e89b26a023d17ca (patch)
treed62f4fbd5b7f57e5aa11046e72acc860acf0fb03 /.github/workflows/valid-style.yml
parent017e3dd4179108fcb1c07b72e374f401e8c98a66 (diff)
downloadspack-04bdff33ad3ce8e9541081e04e89b26a023d17ca.tar.gz
spack-04bdff33ad3ce8e9541081e04e89b26a023d17ca.tar.bz2
spack-04bdff33ad3ce8e9541081e04e89b26a023d17ca.tar.xz
spack-04bdff33ad3ce8e9541081e04e89b26a023d17ca.zip
build(deps): bump actions/setup-python from 5.1.1 to 5.2.0 (#46129)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.1 to 5.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/39cd14951b08e74b54015e9e001cdefcf80e669f...f677139bbe7f9c59b41e40162b753c062f5d49a3) --- 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/valid-style.yml')
-rw-r--r--.github/workflows/valid-style.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/valid-style.yml b/.github/workflows/valid-style.yml
index c143f5ede7..feaa64484e 100644
--- a/.github/workflows/valid-style.yml
+++ b/.github/workflows/valid-style.yml
@@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
+ - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
with:
python-version: '3.11'
cache: 'pip'
@@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
with:
fetch-depth: 0
- - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
+ - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
with:
python-version: '3.11'
cache: 'pip'