diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-27 13:47:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-27 13:47:50 +0200 |
commit | 1243717012b60edf7cd06626864248f7050ef14d (patch) | |
tree | e0f275d5ba2c28daec9d871458ea8c09b2efbd2a /.github/workflows/build-containers.yml | |
parent | da3d315cba944d1b40cb73970fc3149e6401c295 (diff) | |
download | spack-1243717012b60edf7cd06626864248f7050ef14d.tar.gz spack-1243717012b60edf7cd06626864248f7050ef14d.tar.bz2 spack-1243717012b60edf7cd06626864248f7050ef14d.tar.xz spack-1243717012b60edf7cd06626864248f7050ef14d.zip |
build(deps): bump actions/checkout from 2 to 3.0.2 (#30235)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.0.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/v2...2541b1294d2704b0964813337f33b291d3f8596b)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
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/build-containers.yml')
-rw-r--r-- | .github/workflows/build-containers.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-containers.yml b/.github/workflows/build-containers.yml index 6a7e51d5e2..2237a4b7fa 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -45,7 +45,7 @@ jobs: name: Build ${{ matrix.dockerfile[0] }} steps: - name: Checkout - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2 + uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 - name: Set Container Tag Normal (Nightly) run: | |