summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-14 05:55:08 +0100
committerGitHub <noreply@github.com>2024-03-14 05:55:08 +0100
commitdbdf5bacc43deb2180e082ad2360a92d8005aa98 (patch)
tree71a1e500dba621c55a2e6a433e115c62db0fd980 /.github/workflows/ci.yaml
parent531f01f0b9de8a1cbda1f5a530e7d7c9ccee96d1 (diff)
downloadspack-dbdf5bacc43deb2180e082ad2360a92d8005aa98.tar.gz
spack-dbdf5bacc43deb2180e082ad2360a92d8005aa98.tar.bz2
spack-dbdf5bacc43deb2180e082ad2360a92d8005aa98.tar.xz
spack-dbdf5bacc43deb2180e082ad2360a92d8005aa98.zip
build(deps): bump actions/checkout from 4.1.1 to 4.1.2 (#43152)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/b4ffde65f46336ab88eb53be808477a3936bae11...9bb56186c3b09b4f86b1c65136769dd318469633) --- updated-dependencies: - dependency-name: actions/checkout 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/ci.yaml')
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 8cfbf24ddc..e7da0e9e46 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -35,7 +35,7 @@ jobs:
core: ${{ steps.filter.outputs.core }}
packages: ${{ steps.filter.outputs.packages }}
steps:
- - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # @v2
+ - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # @v2
if: ${{ github.event_name == 'push' }}
with:
fetch-depth: 0