Skip to content

Commit

Permalink
Merge pull request #310 from conda-incubator/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/main/actions/cache-3
  • Loading branch information
dependabot[bot] authored Nov 23, 2023
2 parents cd23b59 + 19f5e68 commit 43c1f46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/caching-envs-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
shell: bash

- name: Cache Conda env
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{ env.CONDA }}/envs
key:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/caching-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Cache conda
uses: actions/cache@v1
uses: actions/cache@v3
env:
# Increase this value to reset cache if etc/example-environment.yml has not changed
CACHE_NUMBER: 2
Expand Down

0 comments on commit 43c1f46

Please sign in to comment.