Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
anaconda-renovate[bot] committed Mar 4, 2024
1 parent a614fd2 commit bd77eb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0
- id: conda-root
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
if: github.event_name == 'push'
steps:
- name: Retrieve the source code
uses: actions/checkout@v2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0
- name: Download the build artifacts
Expand Down

0 comments on commit bd77eb0

Please sign in to comment.