diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-27 10:49:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-27 10:49:45 +0100 |
commit | 8f76f1b0d84fab4dca3cc309d73e1496ecebdecb (patch) | |
tree | b08a520b9afbbfbba98d11e805b2a831e6f45d73 /.github/workflows/valid-style.yml | |
parent | 4cab6f3af51cd2f3213ff54332e0fc145050855b (diff) | |
download | spack-8f76f1b0d84fab4dca3cc309d73e1496ecebdecb.tar.gz spack-8f76f1b0d84fab4dca3cc309d73e1496ecebdecb.tar.bz2 spack-8f76f1b0d84fab4dca3cc309d73e1496ecebdecb.tar.xz spack-8f76f1b0d84fab4dca3cc309d73e1496ecebdecb.zip |
build(deps): bump actions/setup-python from 5.0.0 to 5.1.0 (#43384)
Diffstat (limited to '.github/workflows/valid-style.yml')
-rw-r--r-- | .github/workflows/valid-style.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/valid-style.yml b/.github/workflows/valid-style.yml index 5adfe89e0b..f843221646 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@9bb56186c3b09b4f86b1c65136769dd318469633 - - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c + - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d with: python-version: '3.11' cache: 'pip' @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 with: fetch-depth: 0 - - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c + - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d with: python-version: '3.11' cache: 'pip' |