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/audit.yaml | |
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/audit.yaml')
-rw-r--r-- | .github/workflows/audit.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml index 0dd9177e31..452ead9615 100644 --- a/.github/workflows/audit.yaml +++ b/.github/workflows/audit.yaml @@ -23,7 +23,7 @@ jobs: operating_system: ["ubuntu-latest", "macos-latest"] steps: - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c + - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d with: python-version: ${{inputs.python_version}} - name: Install Python packages |