Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anaconda-renovate[bot] committed Mar 4, 2024
1 parent 50dbeb2 commit e0b3b11
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@v2
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
- id: conda-root
name: Set CONDA_ROOT
run: |
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e0b3b11

Please sign in to comment.