Skip to content

Commit

Permalink
Bump actions/cache from 4.0.2 to 4.1.1
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4.0.2...v4.1.1)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 10, 2024
1 parent 27fe766 commit f94b990
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-locks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
echo "CACHE_PERIOD=$(date +%Y).$(expr $(date +%U) / ${CACHE_WEEKS})" >> ${GITHUB_ENV}
- name: "Conda package cache"
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.1
env:
# Increment the build number to force a cache refresh.
CACHE_BUILD: 5
Expand All @@ -58,7 +58,7 @@ jobs:

- name: "Conda environment cache"
id: conda-env-cache
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.1
env:
# Increment the build number to force a cache refresh.
CACHE_BUILD: 5
Expand All @@ -77,7 +77,7 @@ jobs:
conda list
- name: "Tox cache"
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.1
env:
# Increment the build number to forece a cache refresh.
CACHE_BUILD: 5
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
echo "CACHE_PERIOD=$(date +%Y).$(expr $(date +%U) / ${CACHE_WEEKS})" >> ${GITHUB_ENV}
- name: "Conda package cache"
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.1
env:
# Increment the build number to force a cache refresh.
CACHE_BUILD: 2
Expand All @@ -78,7 +78,7 @@ jobs:

- name: "Conda environment cache"
id: conda-env-cache
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.1
env:
# Increment the build number to force a cache refresh.
CACHE_BUILD: 2
Expand All @@ -97,7 +97,7 @@ jobs:
conda list
- name: "Tox cache"
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.1
env:
# Increment the build number to forece a cache refresh.
CACHE_BUILD: 2
Expand Down

0 comments on commit f94b990

Please sign in to comment.