Skip to content

Commit

Permalink
Bump the dependencies group with 3 updates (#565)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 3 updates: [actions/cache](https://github.com/actions/cache), [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel).


Updates `actions/cache` from 4.2.1 to 4.2.2
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4.2.1...v4.2.2)

Updates `peter-evans/create-pull-request` from 7.0.7 to 7.0.8
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@dd2324f...271a8d0)

Updates `pypa/cibuildwheel` from 2.22.0 to 2.23.0
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.22.0...v2.23.0)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 6, 2025
1 parent 3542c90 commit 3aa8148
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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/[email protected].1
uses: actions/[email protected].2
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/[email protected].1
uses: actions/[email protected].2
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/[email protected].1
uses: actions/[email protected].2
env:
# Increment the build number to forece a cache refresh.
CACHE_BUILD: 5
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
- name: "Push pull-request"
id: cpr
# v3.12.1 (release date 31 Jan 2022)
uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
with:
token: ${{ steps.generate-token.outputs.token }}
add-paths: ${{ github.workspace }}/requirements/locks/*.txt
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/[email protected].1
uses: actions/[email protected].2
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/[email protected].1
uses: actions/[email protected].2
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/[email protected].1
uses: actions/[email protected].2
env:
# Increment the build number to forece a cache refresh.
CACHE_BUILD: 2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: echo "MACOSX_DEPLOYMENT_TARGET=$([[ ${{ matrix.os }} == 'macos-latest' ]] && echo '14.0' || echo '13.0')" >> $GITHUB_ENV

- name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"
uses: pypa/cibuildwheel@v2.22.0
uses: pypa/cibuildwheel@v2.23.0
env:
CIBW_SKIP: "cp39-* pp* *-musllinux*"
CIBW_ARCHS: ${{ matrix.arch }}
Expand Down

0 comments on commit 3aa8148

Please sign in to comment.