From a1491f788dc5926ed64e49050098caf6f9a5db5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 17:08:54 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 3.0.2 to 3.2.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.2.0. - [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/2541b1294d2704b0964813337f33b291d3f8596b...755da8c3cf115ac066823e79a1e1788f8940201b) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/bootstrap.yml | 22 +++++++++++----------- .github/workflows/build-containers.yml | 2 +- .github/workflows/macos_python.yml | 6 +++--- .github/workflows/unit_tests.yaml | 18 +++++++++--------- .github/workflows/windows_python.yml | 12 ++++++------ 5 files changed, 30 insertions(+), 30 deletions(-) diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index cff7e8d8800ed3..e5fbf0afa98146 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -38,7 +38,7 @@ jobs: make patch unzip which xz python3 python3-devel tree \ cmake bison bison-devel libstdc++-static - name: Checkout - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b - name: Setup non-root user run: | # See [1] below @@ -75,7 +75,7 @@ jobs: make patch unzip xz-utils python3 python3-dev tree \ cmake bison - name: Checkout - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b - name: Setup non-root user run: | # See [1] below @@ -111,7 +111,7 @@ jobs: bzip2 curl file g++ gcc gfortran git gnupg2 gzip \ make patch unzip xz-utils python3 python3-dev tree - name: Checkout - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b - name: Setup non-root user run: | # See [1] below @@ -145,7 +145,7 @@ jobs: make patch unzip which xz python3 python3-devel tree \ cmake bison - name: Checkout - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b - name: Setup repo run: | # See [1] below @@ -169,7 +169,7 @@ jobs: run: | brew install cmake bison@2.7 tree - name: Checkout - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b - name: Bootstrap clingo run: | source share/spack/setup-env.sh @@ -191,7 +191,7 @@ jobs: run: | brew install tree - name: Checkout - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b - uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08 with: python-version: ${{ matrix.python-version }} @@ -210,7 +210,7 @@ jobs: if: github.repository == 'spack/spack' steps: - name: Checkout - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b - uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08 with: python-version: ${{ matrix.python-version }} @@ -240,7 +240,7 @@ jobs: bzip2 curl file g++ gcc patchelf gfortran git gzip \ make patch unzip xz-utils python3 python3-dev tree - name: Checkout - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b - name: Setup non-root user run: | # See [1] below @@ -276,7 +276,7 @@ jobs: make patch unzip xz-utils python3 python3-dev tree \ gawk - name: Checkout - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b - name: Setup non-root user run: | # See [1] below @@ -308,7 +308,7 @@ jobs: # Remove GnuPG since we want to bootstrap it sudo rm -rf /usr/local/bin/gpg - name: Checkout - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b - name: Bootstrap GnuPG run: | source share/spack/setup-env.sh @@ -326,7 +326,7 @@ jobs: # Remove GnuPG since we want to bootstrap it sudo rm -rf /usr/local/bin/gpg - name: Checkout - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b - name: Bootstrap GnuPG run: | source share/spack/setup-env.sh diff --git a/.github/workflows/build-containers.yml b/.github/workflows/build-containers.yml index 90e01b67af5d75..f7ba0d5d7c0d68 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -50,7 +50,7 @@ jobs: if: github.repository == 'spack/spack' steps: - name: Checkout - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # @v2 - name: Set Container Tag Normal (Nightly) run: | diff --git a/.github/workflows/macos_python.yml b/.github/workflows/macos_python.yml index 98c70edb6b6a8c..93e68c0bc562bd 100644 --- a/.github/workflows/macos_python.yml +++ b/.github/workflows/macos_python.yml @@ -29,7 +29,7 @@ jobs: if: github.repository == 'spack/spack' runs-on: macos-latest steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # @v2 - uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08 # @v2 with: python-version: 3.9 @@ -45,7 +45,7 @@ jobs: runs-on: macos-latest timeout-minutes: 700 steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # @v2 - uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08 # @v2 with: python-version: 3.9 @@ -59,7 +59,7 @@ jobs: if: github.repository == 'spack/spack' runs-on: macos-latest steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # @v2 - uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08 # @v2 with: python-version: 3.9 diff --git a/.github/workflows/unit_tests.yaml b/.github/workflows/unit_tests.yaml index d6699dfacb9917..38e0f22add12d8 100644 --- a/.github/workflows/unit_tests.yaml +++ b/.github/workflows/unit_tests.yaml @@ -20,7 +20,7 @@ jobs: validate: runs-on: ubuntu-latest steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # @v2 - uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08 # @v2 with: python-version: '3.10' @@ -36,7 +36,7 @@ jobs: style: runs-on: ubuntu-latest steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # @v2 with: fetch-depth: 0 - uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08 # @v2 @@ -62,7 +62,7 @@ jobs: packages: ${{ steps.filter.outputs.packages }} with_coverage: ${{ steps.coverage.outputs.with_coverage }} steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # @v2 if: ${{ github.event_name == 'push' }} with: fetch-depth: 0 @@ -111,7 +111,7 @@ jobs: - python-version: 3.9 concretizer: original steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # @v2 with: fetch-depth: 0 - uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08 # @v2 @@ -176,7 +176,7 @@ jobs: needs: [ validate, style, changes ] runs-on: ubuntu-latest steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # @v2 with: fetch-depth: 0 - uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08 # @v2 @@ -223,7 +223,7 @@ jobs: dnf install -y \ bzip2 curl file gcc-c++ gcc gcc-gfortran git gnupg2 gzip \ make patch tcl unzip which xz - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # @v2 - name: Setup repo and non-root user run: | git --version @@ -242,7 +242,7 @@ jobs: needs: [ validate, style, changes ] runs-on: ubuntu-latest steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # @v2 with: fetch-depth: 0 - uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08 # @v2 @@ -291,7 +291,7 @@ jobs: matrix: python-version: [3.8] steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # @v2 with: fetch-depth: 0 - uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08 # @v2 @@ -336,7 +336,7 @@ jobs: needs: [ validate, style, changes ] runs-on: ubuntu-latest steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # @v2 - uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08 # @v2 with: python-version: '3.10' diff --git a/.github/workflows/windows_python.yml b/.github/workflows/windows_python.yml index 44da541ca117f9..b5af8c93e9de37 100644 --- a/.github/workflows/windows_python.yml +++ b/.github/workflows/windows_python.yml @@ -22,7 +22,7 @@ jobs: validate: runs-on: windows-latest steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b - uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08 with: python-version: 3.9 @@ -38,7 +38,7 @@ jobs: style: runs-on: windows-latest steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b with: fetch-depth: 0 - uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08 @@ -60,7 +60,7 @@ jobs: needs: [ validate, style ] runs-on: windows-latest steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b with: fetch-depth: 0 - uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08 @@ -80,7 +80,7 @@ jobs: needs: [ validate, style ] runs-on: windows-latest steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b with: fetch-depth: 0 - uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08 @@ -100,7 +100,7 @@ jobs: needs: [ validate, style ] runs-on: windows-latest steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b with: fetch-depth: 0 - uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08 @@ -125,7 +125,7 @@ jobs: git config --global core.symlinks false shell: powershell - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b with: fetch-depth: 0 - uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08