Skip to content

Commit

Permalink
Bump actions/cache from 3.2.6 to 3.3.0 (#341)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.6 to 3.3.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.2.6...v3.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 10, 2023
1 parent f6a541e commit f2bd61f
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@v3.2.6
uses: actions/cache@v3.3.0
env:
# Increment the build number to force a cache refresh.
CACHE_BUILD: 2
Expand All @@ -59,7 +59,7 @@ jobs:

- name: "Conda environment cache"
id: conda-env-cache
uses: actions/cache@v3.2.6
uses: actions/cache@v3.3.0
env:
# Increment the build number to force a cache refresh.
CACHE_BUILD: 2
Expand All @@ -78,7 +78,7 @@ jobs:
conda list
- name: "Tox cache"
uses: actions/cache@v3.2.6
uses: actions/cache@v3.3.0
env:
# Increment the build number to forece a cache refresh.
CACHE_BUILD: 2
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 @@ -55,7 +55,7 @@ jobs:
echo "CACHE_PERIOD=$(date +%Y).$(expr $(date +%U) / ${CACHE_WEEKS})" >> ${GITHUB_ENV}
- name: "Conda package cache"
uses: actions/cache@v3.2.6
uses: actions/cache@v3.3.0
env:
# Increment the build number to force a cache refresh.
CACHE_BUILD: 2
Expand All @@ -74,7 +74,7 @@ jobs:

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

0 comments on commit f2bd61f

Please sign in to comment.