Skip to content

Commit

Permalink
chore(deps): update actions/checkout digest to 1d96c77
Browse files Browse the repository at this point in the history
  • Loading branch information
anaconda-renovate[bot] committed Apr 22, 2024
1 parent 9e03a96 commit 4a80d1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
os: [ubuntu-latest,macos-latest,windows-latest]
steps:
- name: Retrieve the source code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
- id: conda-root
name: Set CONDA_ROOT
run: |
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Retrieve the source code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
with:
fetch-depth: 0
- name: Build the package
Expand All @@ -75,7 +75,7 @@ jobs:
pyver: ["3.8","3.10","3.12"]
steps:
- name: Retrieve the source code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
with:
fetch-depth: 0
- id: conda-root
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
if: github.event_name == 'push'
steps:
- name: Retrieve the source code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
with:
fetch-depth: 0
- name: Retrieve the artfiact
Expand Down

0 comments on commit 4a80d1a

Please sign in to comment.