From 43dbd52a33b5fde280c2641ca7e8c5cf980cce25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 01:24:42 +0000 Subject: [PATCH] Bump the dependencies group across 1 directory with 2 updates Bumps the dependencies group with 2 updates in the / directory: [actions/cache](https://github.com/actions/cache) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `actions/cache` from 4.1.2 to 4.2.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4.1.2...v4.2.0) Updates `codecov/codecov-action` from 5.0.7 to 5.1.2 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/015f24e6818733317a2da2edd6290ab26238649a...1e68e06f1dbfde0e4cefc87efeba9e4643565303) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-locks.yml | 6 +++--- .github/workflows/ci-tests.yml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-locks.yml b/.github/workflows/ci-locks.yml index 48b53a35..31873241 100644 --- a/.github/workflows/ci-locks.yml +++ b/.github/workflows/ci-locks.yml @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 68464cd6..5dce5913 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -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 @@ -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 @@ -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 @@ -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 }}