diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-11 05:39:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-11 05:39:08 +0200 |
commit | fb89337b04b1c0a88869a5c231c2b03a34ce41e4 (patch) | |
tree | 7bf0c677c8fc5c96fe449bd94a4c627cce49d4a1 /.github/workflows/audit.yaml | |
parent | 53f71fc4a70d7e5a96062ddc3f9f97868d04fc5b (diff) | |
download | spack-fb89337b04b1c0a88869a5c231c2b03a34ce41e4.tar.gz spack-fb89337b04b1c0a88869a5c231c2b03a34ce41e4.tar.bz2 spack-fb89337b04b1c0a88869a5c231c2b03a34ce41e4.tar.xz spack-fb89337b04b1c0a88869a5c231c2b03a34ce41e4.zip |
build(deps): bump actions/setup-python from 5.1.0 to 5.1.1 (#45182)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/82c7e631bb3cdc910f68e0081d67478d79c6982d...39cd14951b08e74b54015e9e001cdefcf80e669f)
---
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/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 53b299b3d6..e636d6c36f 100644 --- a/.github/workflows/audit.yaml +++ b/.github/workflows/audit.yaml @@ -29,7 +29,7 @@ jobs: shell: ${{ matrix.system.shell }} steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d + - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f with: python-version: ${{inputs.python_version}} - name: Install Python packages |