diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-10-06 02:58:13 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-06 02:58:13 -0600 |
commit | bfd848089fd58067a624f096612d12f1d3300c96 (patch) | |
tree | 46fc6db4e197710a4fcb5b9e9eb0e41129706031 /.github/workflows/ci.yaml | |
parent | 887dd3fcd951e7d4fe3a5bece2a7fa90762b9315 (diff) | |
download | spack-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/ci.yaml')
-rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2572a3bddb..46dfbd572d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,7 +41,7 @@ jobs: core: ${{ steps.filter.outputs.core }} packages: ${{ steps.filter.outputs.packages }} steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 + - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # @v2 if: ${{ github.event_name == 'push' }} with: fetch-depth: 0 |