diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-08 09:22:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-08 09:22:48 -0700 |
commit | 2bcba57757abbb5d887075f198ce1592aea6fd82 (patch) | |
tree | b98f7e9595cdd5f3bbbb9a9d70e27f023f6b274f /.github/workflows/ci.yaml | |
parent | 37330e5e2bce33c4f4cc24c708380e6c3edbf56e (diff) | |
download | spack-2bcba57757abbb5d887075f198ce1592aea6fd82.tar.gz spack-2bcba57757abbb5d887075f198ce1592aea6fd82.tar.bz2 spack-2bcba57757abbb5d887075f198ce1592aea6fd82.tar.xz spack-2bcba57757abbb5d887075f198ce1592aea6fd82.zip |
build(deps): bump actions/checkout from 4.1.4 to 4.1.5 (#44045)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5.
- [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/0ad4b8fadaa221de15dcec353f45205ec38ea70b...44c2b7a8a4ea60a981eaca3cf939b5f4305c123b)
---
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.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 09f9d812bd..bb33d71866 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,7 +36,7 @@ jobs: core: ${{ steps.filter.outputs.core }} packages: ${{ steps.filter.outputs.packages }} steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b + - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b if: ${{ github.event_name == 'push' }} with: fetch-depth: 0 |