Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dependencies group across 1 directory with 2 updates #540

Merged
merged 1 commit into from
Dec 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1.2
uses: actions/cache@v4.2.0
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.1.2
uses: actions/cache@v4.2.0
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.1.2
uses: actions/cache@v4.2.0
env:
# Increment the build number to forece a cache refresh.
CACHE_BUILD: 5
Expand Down
8 changes: 4 additions & 4 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.1.2
uses: actions/cache@v4.2.0
env:
# Increment the build number to force a cache refresh.
CACHE_BUILD: 2
Expand All @@ -77,7 +77,7 @@ jobs:

- name: "Conda environment cache"
id: conda-env-cache
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
env:
# Increment the build number to force a cache refresh.
CACHE_BUILD: 2
Expand All @@ -96,7 +96,7 @@ jobs:
conda list

- name: "Tox cache"
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
env:
# Increment the build number to forece a cache refresh.
CACHE_BUILD: 2
Expand All @@ -114,6 +114,6 @@ jobs:

- name: "Upload coverage report to Codecov"
if: contains(matrix.posargs, '--cov')
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303
with:
token: ${{ secrets.CODECOV_TOKEN }}
Loading