diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-01 08:49:18 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-01 08:49:18 -0600 |
commit | f8b9178630ad6e62bf6d2b0bd41e8589f1461f9b (patch) | |
tree | 733a4ac6b81de21d515e0ba246f3d490d04397eb /.github | |
parent | ed57db949866a89a37ac1c8ce26af9f8f93f2cb1 (diff) | |
download | spack-f8b9178630ad6e62bf6d2b0bd41e8589f1461f9b.tar.gz spack-f8b9178630ad6e62bf6d2b0bd41e8589f1461f9b.tar.bz2 spack-f8b9178630ad6e62bf6d2b0bd41e8589f1461f9b.tar.xz spack-f8b9178630ad6e62bf6d2b0bd41e8589f1461f9b.zip |
build(deps): bump actions/checkout from 4.1.7 to 4.2.0 (#46675)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0.
- [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/v4.1.7...d632683dd7b4114ad314bca15554477dd762a938)
---
updated-dependencies:
- dependency-name: actions/checkout
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')
-rw-r--r-- | .github/workflows/coverage.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 3817ee9e5c..5cd65ca301 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -8,7 +8,7 @@ jobs: upload: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 with: python-version: '3.11' |