diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-17 10:57:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-17 10:57:08 +0200 |
commit | 9d591f9f7c88568412cd83a2779fba9ac6696f08 (patch) | |
tree | d89ba1e575b468240ae9113794f66e29d68413ae /.github/workflows/bootstrap.yml | |
parent | f8ad915100e45a6ec823ea6f01ae295c938fba45 (diff) | |
download | spack-9d591f9f7c88568412cd83a2779fba9ac6696f08.tar.gz spack-9d591f9f7c88568412cd83a2779fba9ac6696f08.tar.bz2 spack-9d591f9f7c88568412cd83a2779fba9ac6696f08.tar.xz spack-9d591f9f7c88568412cd83a2779fba9ac6696f08.zip |
build(deps): bump actions/checkout from 4.1.5 to 4.1.6 (#44234)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6.
- [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/44c2b7a8a4ea60a981eaca3cf939b5f4305c123b...a5ac7e51b41094c92402da3b24376905380afc29)
---
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/bootstrap.yml')
-rw-r--r-- | .github/workflows/bootstrap.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index d86f826f7c..e477d77b67 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -37,7 +37,7 @@ jobs: make patch unzip which xz python3 python3-devel tree \ cmake bison - name: Checkout - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 with: fetch-depth: 0 - name: Bootstrap clingo @@ -60,7 +60,7 @@ jobs: run: | brew install cmake bison tree - name: Checkout - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 with: fetch-depth: 0 - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d @@ -92,7 +92,7 @@ jobs: run: | sudo rm -rf $(which gpg) $(which gpg2) $(which patchelf) - name: Checkout - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 with: fetch-depth: 0 - name: Bootstrap GnuPG @@ -121,7 +121,7 @@ jobs: run: | sudo rm -rf $(which gpg) $(which gpg2) $(which patchelf) - name: Checkout - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 with: fetch-depth: 0 - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d |