summaryrefslogtreecommitdiff
path: root/.github/workflows/bootstrap.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-02 08:55:28 +0100
committerGitHub <noreply@github.com>2021-11-02 08:55:28 +0100
commit94e0bf01126354b4d2491686b44032a0d42db57e (patch)
tree98aafd9810bc7029e7f24a5aba5483e3a71e361f /.github/workflows/bootstrap.yml
parent80807e6dd4f6f6a41693355fac969b66e3e32576 (diff)
downloadspack-94e0bf01126354b4d2491686b44032a0d42db57e.tar.gz
spack-94e0bf01126354b4d2491686b44032a0d42db57e.tar.bz2
spack-94e0bf01126354b4d2491686b44032a0d42db57e.tar.xz
spack-94e0bf01126354b4d2491686b44032a0d42db57e.zip
build(deps): bump actions/checkout from 2.3.4 to 2.3.5 (#27135)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.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/5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f...1e204e9a9253d643386038d443f96446fa156a97) --- 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.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml
index 52a98ac96f..5d987b146c 100644
--- a/.github/workflows/bootstrap.yml
+++ b/.github/workflows/bootstrap.yml
@@ -29,7 +29,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@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # @v2
+ - uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # @v2
- name: Setup repo and non-root user
run: |
git --version
@@ -59,7 +59,7 @@ jobs:
bzip2 curl file g++ gcc gfortran git gnupg2 gzip \
make patch unzip xz-utils python3 python3-dev tree \
cmake bison
- - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # @v2
+ - uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # @v2
- name: Setup repo and non-root user
run: |
git --version
@@ -87,7 +87,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@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # @v2
+ - uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # @v2
- name: Setup repo and non-root user
run: |
git --version
@@ -107,7 +107,7 @@ jobs:
- name: Install dependencies
run: |
brew install cmake bison@2.7 tree
- - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # @v2
+ - uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # @v2
- name: Bootstrap clingo
run: |
source share/spack/setup-env.sh
@@ -126,7 +126,7 @@ jobs:
- name: Install dependencies
run: |
brew install tree
- - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # @v2
+ - uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # @v2
- uses: actions/setup-python@dc73133d4da04e56a135ae2246682783cc7c7cb6 # @v2
with:
python-version: ${{ matrix.python-version }}
@@ -144,7 +144,7 @@ jobs:
matrix:
python-version: ['2.7', '3.5', '3.6', '3.7', '3.8', '3.9']
steps:
- - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # @v2
+ - uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # @v2
- uses: actions/setup-python@dc73133d4da04e56a135ae2246682783cc7c7cb6 # @v2
with:
python-version: ${{ matrix.python-version }}