summaryrefslogtreecommitdiff
path: root/.github/workflows/audit.yaml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-21 11:40:37 +0200
committerGitHub <noreply@github.com>2023-04-21 11:40:37 +0200
commit056eb659bb0d3169ed7ac1833bb0c6f463580268 (patch)
treef6c27a0a7d207ccef636eb7ac488d2943f732e13 /.github/workflows/audit.yaml
parent6476b2d79c142049fe7b82ecbacaee3a10c3bdb6 (diff)
downloadspack-056eb659bb0d3169ed7ac1833bb0c6f463580268.tar.gz
spack-056eb659bb0d3169ed7ac1833bb0c6f463580268.tar.bz2
spack-056eb659bb0d3169ed7ac1833bb0c6f463580268.tar.xz
spack-056eb659bb0d3169ed7ac1833bb0c6f463580268.zip
build(deps): bump actions/setup-python from 4.5.0 to 4.6.0 (#37078)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435...57ded4d7d5e986d7296eab16560982c6dd7c923b) --- 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/audit.yaml')
-rw-r--r--.github/workflows/audit.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml
index 192575dcf6..bc08e8a6bb 100644
--- a/.github/workflows/audit.yaml
+++ b/.github/workflows/audit.yaml
@@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # @v2
- - uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # @v2
+ - uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # @v2
with:
python-version: ${{inputs.python_version}}
- name: Install Python packages