Skip to content

Commit f579142

Browse files
ci: bump the ci-dependencies group with 5 updates (#342)
Bumps the ci-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda) | `3` | `4` | | [cvmfs-contrib/github-action-cvmfs](https://github.com/cvmfs-contrib/github-action-cvmfs) | `4` | `5` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `7` | | [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) | `2` | `3` | | [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) | `3.3` | `3.4` | Updates `conda-incubator/setup-miniconda` from 3 to 4 - [Release notes](https://github.com/conda-incubator/setup-miniconda/releases) - [Changelog](https://github.com/conda-incubator/setup-miniconda/blob/main/CHANGELOG.md) - [Commits](conda-incubator/setup-miniconda@v3...v4) Updates `cvmfs-contrib/github-action-cvmfs` from 4 to 5 - [Release notes](https://github.com/cvmfs-contrib/github-action-cvmfs/releases) - [Commits](cvmfs-contrib/github-action-cvmfs@v4...v5) Updates `actions/upload-artifact` from 4 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) Updates `marocchino/sticky-pull-request-comment` from 2 to 3 - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](marocchino/sticky-pull-request-comment@v2...v3) Updates `pypa/cibuildwheel` from 3.3 to 3.4 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.3...v3.4) --- updated-dependencies: - dependency-name: conda-incubator/setup-miniconda dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies - dependency-name: cvmfs-contrib/github-action-cvmfs dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies - dependency-name: marocchino/sticky-pull-request-comment dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies - dependency-name: pypa/cibuildwheel dependency-version: '3.4' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 47c0a45 commit f579142

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
fetch-tags: true
7676

7777
- name: Set up Conda
78-
uses: conda-incubator/setup-miniconda@v3
78+
uses: conda-incubator/setup-miniconda@v4
7979
with:
8080
python-version: 3.12
8181
miniforge-version: latest
@@ -107,7 +107,7 @@ jobs:
107107
fetch-depth: 0
108108
fetch-tags: true
109109

110-
- uses: cvmfs-contrib/github-action-cvmfs@v4
110+
- uses: cvmfs-contrib/github-action-cvmfs@v5
111111
with:
112112
cvmfs_repositories: "cms-griddata.cern.ch"
113113

@@ -125,7 +125,7 @@ jobs:
125125
126126
- name: Upload benchmark artifact
127127
if: always()
128-
uses: actions/upload-artifact@v4
128+
uses: actions/upload-artifact@v7
129129
with:
130130
name: cvmfs-benchmark-json
131131
path: .benchmarks/cvmfs-benchmark.json
@@ -137,7 +137,7 @@ jobs:
137137

138138
- name: Comment benchmark summary on PR
139139
if: always() && github.event_name == 'pull_request'
140-
uses: marocchino/sticky-pull-request-comment@v2
140+
uses: marocchino/sticky-pull-request-comment@v3
141141
with:
142142
header: cvmfs-benchmark
143143
path: .benchmarks/pr-comment.md

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
fetch-tags: true
5656
fetch-depth: 0
5757

58-
- uses: pypa/cibuildwheel@v3.3
58+
- uses: pypa/cibuildwheel@v3.4
5959
env:
6060
CIBW_ARCHS: ${{ matrix.arch }}
6161
MACOSX_DEPLOYMENT_TARGET: 11.0

0 commit comments

Comments
 (0)