summaryrefslogtreecommitdiff
path: root/.github/workflows/audit.yaml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-06 02:58:13 -0600
committerGitHub <noreply@github.com>2022-10-06 02:58:13 -0600
commitbfd848089fd58067a624f096612d12f1d3300c96 (patch)
tree46fc6db4e197710a4fcb5b9e9eb0e41129706031 /.github/workflows/audit.yaml
parent887dd3fcd951e7d4fe3a5bece2a7fa90762b9315 (diff)
downloadspack-bfd848089fd58067a624f096612d12f1d3300c96.tar.gz
spack-bfd848089fd58067a624f096612d12f1d3300c96.tar.bz2
spack-bfd848089fd58067a624f096612d12f1d3300c96.tar.xz
spack-bfd848089fd58067a624f096612d12f1d3300c96.zip
build(deps): bump actions/checkout from 3.0.2 to 3.1.0 (#32998)
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 c7bbd2e8cc..54eb3107ec 100644
--- a/.github/workflows/audit.yaml
+++ b/.github/workflows/audit.yaml
@@ -19,7 +19,7 @@ jobs:
package-audits:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2
+ - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # @v2
- uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5 # @v2
with:
python-version: ${{inputs.python_version}}