summaryrefslogtreecommitdiff
path: root/.github/workflows/bootstrap.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-27 13:47:50 +0200
committerGitHub <noreply@github.com>2022-04-27 13:47:50 +0200
commit1243717012b60edf7cd06626864248f7050ef14d (patch)
treee0f275d5ba2c28daec9d871458ea8c09b2efbd2a /.github/workflows/bootstrap.yml
parentda3d315cba944d1b40cb73970fc3149e6401c295 (diff)
downloadspack-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/bootstrap.yml')
-rw-r--r--.github/workflows/bootstrap.yml22
1 files changed, 11 insertions, 11 deletions
diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml
index 655c4c7275..cf7bcf4be1 100644
--- a/.github/workflows/bootstrap.yml
+++ b/.github/workflows/bootstrap.yml
@@ -31,7 +31,7 @@ jobs:
bzip2 curl file gcc-c++ gcc gcc-gfortran git gnupg2 gzip \
make patch unzip which xz python3 python3-devel tree \
cmake bison bison-devel libstdc++-static
- - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2
+ - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2
- name: Setup repo and non-root user
run: |
git --version
@@ -69,7 +69,7 @@ jobs:
# - https://github.com/actions/checkout/issues/760
# - http://changelogs.ubuntu.com/changelogs/pool/main/g/git/git_2.25.1-1ubuntu3.3/changelog
git config --global --add safe.directory /__w/spack/spack
- - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2
+ - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2
- name: Setup repo and non-root user
run: |
git --version
@@ -106,7 +106,7 @@ jobs:
# - https://github.com/actions/checkout/issues/760
# - http://changelogs.ubuntu.com/changelogs/pool/main/g/git/git_2.25.1-1ubuntu3.3/changelog
git config --global --add safe.directory /__w/spack/spack
- - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2
+ - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2
- name: Setup repo and non-root user
run: |
git --version
@@ -134,7 +134,7 @@ jobs:
bzip2 curl file gcc-c++ gcc gcc-fortran tar git gpg2 gzip \
make patch unzip which xz python3 python3-devel tree \
cmake bison
- - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2
+ - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2
- name: Setup repo and non-root user
run: |
git --version
@@ -154,7 +154,7 @@ jobs:
- name: Install dependencies
run: |
brew install cmake bison@2.7 tree
- - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2
+ - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2
- name: Bootstrap clingo
run: |
source share/spack/setup-env.sh
@@ -173,7 +173,7 @@ jobs:
- name: Install dependencies
run: |
brew install tree
- - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2
+ - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2
- uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 # @v2
with:
python-version: ${{ matrix.python-version }}
@@ -190,7 +190,7 @@ jobs:
matrix:
python-version: ['2.7', '3.5', '3.6', '3.7', '3.8', '3.9', '3.10']
steps:
- - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2
+ - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2
- uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 # @v2
with:
python-version: ${{ matrix.python-version }}
@@ -226,7 +226,7 @@ jobs:
# - https://github.com/actions/checkout/issues/760
# - http://changelogs.ubuntu.com/changelogs/pool/main/g/git/git_2.25.1-1ubuntu3.3/changelog
git config --global --add safe.directory /__w/spack/spack
- - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
+ - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- name: Setup repo and non-root user
run: |
git --version
@@ -263,7 +263,7 @@ jobs:
# - https://github.com/actions/checkout/issues/760
# - http://changelogs.ubuntu.com/changelogs/pool/main/g/git/git_2.25.1-1ubuntu3.3/changelog
git config --global --add safe.directory /__w/spack/spack
- - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
+ - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- name: Setup repo and non-root user
run: |
git --version
@@ -288,7 +288,7 @@ jobs:
brew install tree
# Remove GnuPG since we want to bootstrap it
sudo rm -rf /usr/local/bin/gpg
- - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
+ - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- name: Bootstrap GnuPG
run: |
source share/spack/setup-env.sh
@@ -304,7 +304,7 @@ jobs:
brew install gawk tree
# Remove GnuPG since we want to bootstrap it
sudo rm -rf /usr/local/bin/gpg
- - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
+ - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- name: Bootstrap GnuPG
run: |
source share/spack/setup-env.sh