From 626c93184bcb9ba981f8ff70424c592a03b7f2ac Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" Date: Mon, 4 Mar 2024 01:08:11 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/main.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1350319..1140fab 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: os: [ubuntu-latest,macos-latest,windows-latest] steps: - name: Retrieve the source code - uses: actions/checkout@v2 + uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2 - id: conda-root name: Set CONDA_ROOT run: | @@ -31,14 +31,14 @@ jobs: # have already built the testbed. Any small file will do - id: cache-key name: Retrieve cache key - uses: actions/cache@v2 + uses: actions/cache@8492260343ad570701412c2f464a5877dc76bace # v2 with: path: ./LICENSE key: key-${{ matrix.os }}-${{ hashFiles('testbed') }} - id: cache name: Retrieve or create the conda cache if: steps.cache-key.outputs.cache-hit != 'true' - uses: actions/cache@v2 + uses: actions/cache@8492260343ad570701412c2f464a5877dc76bace # v2 with: path: ${{ steps.conda-root.outputs.value }} key: testbed-${{ matrix.os }}-${{ hashFiles('testbed') }} @@ -56,7 +56,7 @@ jobs: pyver: ["3.8","3.9","3.10","3.11"] steps: - name: Retrieve the source code - uses: actions/checkout@v2 + uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2 with: fetch-depth: 0 - id: conda-root @@ -67,7 +67,7 @@ jobs: echo "CONDA_ROOT=$CONDA_ROOT" >> $GITHUB_ENV echo "CONDA_ROOT: $CONDA_ROOT" - name: Retrieve the testbed - uses: actions/cache@v2 + uses: actions/cache@8492260343ad570701412c2f464a5877dc76bace # v2 with: path: ${{ steps.conda-root.outputs.value }} key: testbed-${{ matrix.os }}-${{ hashFiles('testbed') }} @@ -95,11 +95,11 @@ jobs: if: github.event_name == 'push' steps: - name: Retrieve the source code - uses: actions/checkout@v2 + uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2 with: fetch-depth: 0 - name: Download the build artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@cbed621e49e4c01b044d60f6c80ea4ed6328b281 # v2 with: name: package-${{ github.sha }} path: conda-bld