Skip to content

Commit

Permalink
Merge pull request #297 from anaconda-distribution/renovate/actions-c…
Browse files Browse the repository at this point in the history
…heckout-digest

chore(deps): update actions/checkout digest to 7cdaf2f
  • Loading branch information
cbouss authored Oct 11, 2023
2 parents de6891c + 6651a8a commit d63d253
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- uses: actions/checkout@7cdaf2fbc075e6f3b9ca94cfd6cec5adc8a75622
- uses: ./.github/actions/setup-env
- name: Run tests
run: |
Expand All @@ -35,7 +35,7 @@ jobs:
build-recipe:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- uses: actions/checkout@7cdaf2fbc075e6f3b9ca94cfd6cec5adc8a75622
- name: Cache conda env
id: cache-conda
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
Expand All @@ -56,7 +56,7 @@ jobs:
lint-recipe:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- uses: actions/checkout@7cdaf2fbc075e6f3b9ca94cfd6cec5adc8a75622
- uses: ./.github/actions/setup-env
- name: Run lint
run: |
Expand Down

0 comments on commit d63d253

Please sign in to comment.