Skip to content

Commit 09beed7

Browse files
ci: bump the actions group with 4 updates
Bumps the actions group with 4 updates: [actions/setup-python](https://github.com/actions/setup-python), [codecov/codecov-action](https://github.com/codecov/codecov-action), [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) and [actions/labeler](https://github.com/actions/labeler). Updates `actions/setup-python` from 5.6.0 to 6.0.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a26af69...e797f83) Updates `codecov/codecov-action` from 5.5.0 to 5.5.1 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@fdcc847...5a10915) Updates `pypa/gh-action-pypi-publish` from 1.12.4 to 1.13.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@76f52bc...ed0c539) Updates `actions/labeler` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/labeler/releases) - [Commits](actions/labeler@8558fd7...f1a63e8) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: codecov/codecov-action dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/labeler dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9b74efb commit 09beed7

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.github/workflows/backwards_compatibility.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5151

5252
- name: Set up Python
53-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
53+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
5454
with:
5555
python-version: ${{ env.MAIN_PYTHON_VERSION }}
5656

@@ -105,7 +105,7 @@ jobs:
105105
pytest -v --backwards-compatibility=yes --backend-version=${{ matrix.backend-version }} -rf
106106
107107
- name: Upload coverage to Codecov
108-
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
108+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
109109
env:
110110
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
111111
with:

.github/workflows/ci_cd.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200

201201
- name: Set up Python
202202
if: env.SKIP_UNSTABLE == 'false'
203-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
203+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
204204
with:
205205
python-version: ${{ env.MAIN_PYTHON_VERSION }}
206206

@@ -295,7 +295,7 @@ jobs:
295295
retention-days: 7
296296

297297
- name: Upload coverage to Codecov
298-
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
298+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
299299
if: matrix.docker-image == 'core-windows-latest'
300300
env:
301301
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
@@ -441,7 +441,7 @@ jobs:
441441
randomize: true
442442

443443
- name: Upload coverage to Codecov
444-
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
444+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
445445
if: matrix.docker-image == 'core-linux-latest'
446446
env:
447447
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
@@ -499,7 +499,7 @@ jobs:
499499
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
500500

501501
- name: Setup Python ${{ matrix.python-version }}
502-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
502+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
503503
with:
504504
python-version: ${{ matrix.python-version }}
505505

@@ -551,7 +551,7 @@ jobs:
551551
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
552552

553553
- name: Setup Python ${{ matrix.python-version }}
554-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
554+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
555555
with:
556556
python-version: ${{ matrix.python-version }}
557557

@@ -600,7 +600,7 @@ jobs:
600600
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
601601

602602
- name: Setup Python ${{ matrix.python-version }}
603-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
603+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
604604
with:
605605
python-version: ${{ matrix.python-version }}
606606

@@ -741,7 +741,7 @@ jobs:
741741
uses: pyvista/setup-headless-display-action@7d84ae825e6d9297a8e99bdbbae20d1b919a0b19 # v4.2
742742

743743
- name: Set up Python
744-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
744+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
745745
with:
746746
python-version: ${{ env.MAIN_PYTHON_VERSION }}
747747

@@ -835,7 +835,7 @@ jobs:
835835
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
836836

837837
- name: Set up Python
838-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
838+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
839839
with:
840840
python-version: ${{ env.MAIN_PYTHON_VERSION }}
841841

@@ -938,7 +938,7 @@ jobs:
938938
path: ${{ env.PACKAGE_NAME }}-artifacts
939939

940940
- name: "Upload artifacts to PyPI using trusted publisher"
941-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
941+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
942942
with:
943943
repository-url: "https://upload.pypi.org/legacy/"
944944
print-hash: true

.github/workflows/label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
# Label based on modified files
4141
- name: Label based on changed files
42-
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
42+
uses: actions/labeler@f1a63e87db0c6baf19c5713083f8d00d789ca184 # v6.0.0
4343
with:
4444
repo-token: ${{ secrets.GITHUB_TOKEN }}
4545
sync-labels: true

.github/workflows/nightly_docker_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
100100

101101
- name: Set up Python
102-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
102+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
103103
with:
104104
python-version: ${{ env.MAIN_PYTHON_VERSION }}
105105

0 commit comments

Comments
 (0)