From 1243717012b60edf7cd06626864248f7050ef14d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Apr 2022 13:47:50 +0200 Subject: 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/bootstrap.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to '.github/workflows/bootstrap.yml') 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 -- cgit v1.2.3-70-g09d2