From 22e49eb4e8451fe12ed0bc73f05684428afb474e Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 20:49:18 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 692973e --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e75c04d..ae5a1a5 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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - id: conda-root name: Set CONDA_ROOT run: | @@ -50,7 +50,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Retrieve the source code - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 with: fetch-depth: 0 - name: Build the package @@ -75,7 +75,7 @@ jobs: pyver: ["3.8","3.10","3.12"] steps: - name: Retrieve the source code - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 with: fetch-depth: 0 - id: conda-root @@ -119,7 +119,7 @@ jobs: if: github.event_name == 'push' steps: - name: Retrieve the source code - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 with: fetch-depth: 0 - name: Retrieve the artfiact