Skip to content

Commit 7fb54e3

Browse files
chore(deps): bump the actions group with 3 updates (#5831)
* chore(deps): bump the actions group with 3 updates Bumps the actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python) and [actions/labeler](https://github.com/actions/labeler). Updates `actions/checkout` from 1 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v1...v5) Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) Updates `actions/labeler` from 5 to 6 - [Release notes](https://github.com/actions/labeler/releases) - [Commits](actions/labeler@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/labeler dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> * Manually reset "🐍 3.9 • Debian • x86 • Install" back to `actions/checkout@v1` --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ralf W. Grosse-Kunstleve <[email protected]>
1 parent 852a4b5 commit 7fb54e3

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
- uses: actions/checkout@v5
185185

186186
- name: Setup Python ${{ matrix.python-version }}
187-
uses: actions/setup-python@v5
187+
uses: actions/setup-python@v6
188188
with:
189189
python-version: ${{ matrix.python-version }}
190190
allow-prereleases: true
@@ -813,7 +813,7 @@ jobs:
813813
steps:
814814
- uses: actions/checkout@v5
815815

816-
- uses: actions/setup-python@v5
816+
- uses: actions/setup-python@v6
817817
with:
818818
python-version: "3.x"
819819

@@ -860,7 +860,7 @@ jobs:
860860
- uses: actions/checkout@v5
861861

862862
- name: Setup Python ${{ matrix.python }}
863-
uses: actions/setup-python@v5
863+
uses: actions/setup-python@v6
864864
with:
865865
python-version: ${{ matrix.python }}
866866
architecture: x86
@@ -912,7 +912,7 @@ jobs:
912912
- uses: actions/checkout@v5
913913

914914
- name: Setup Python ${{ matrix.python }}
915-
uses: actions/setup-python@v5
915+
uses: actions/setup-python@v6
916916
with:
917917
python-version: ${{ matrix.python }}
918918
architecture: x86
@@ -960,7 +960,7 @@ jobs:
960960
- uses: actions/checkout@v5
961961

962962
- name: Setup Python ${{ matrix.python }}
963-
uses: actions/setup-python@v5
963+
uses: actions/setup-python@v6
964964
with:
965965
python-version: ${{ matrix.python }}
966966

@@ -1139,7 +1139,7 @@ jobs:
11391139
uses: egor-tensin/setup-clang@v1
11401140

11411141
- name: Setup Python ${{ matrix.python }}
1142-
uses: actions/setup-python@v5
1142+
uses: actions/setup-python@v6
11431143
with:
11441144
python-version: ${{ matrix.python }}
11451145

.github/workflows/configure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- uses: actions/checkout@v5
5252

5353
- name: Setup Python 3.11
54-
uses: actions/setup-python@v5
54+
uses: actions/setup-python@v6
5555
with:
5656
python-version: 3.11
5757

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- uses: actions/checkout@v5
29-
- uses: actions/setup-python@v5
29+
- uses: actions/setup-python@v6
3030
with:
3131
python-version: "3.x"
3232
- name: Add matchers

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pull-requests: write
1515
steps:
1616

17-
- uses: actions/labeler@v5
17+
- uses: actions/labeler@v6
1818
if: >
1919
github.event.pull_request.merged == true &&
2020
!startsWith(github.event.pull_request.title, 'chore(deps):') &&

.github/workflows/pip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v5
2727

2828
- name: Setup 🐍 3.8
29-
uses: actions/setup-python@v5
29+
uses: actions/setup-python@v6
3030
with:
3131
python-version: 3.8
3232

@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/checkout@v5
5151

5252
- name: Setup 🐍 3.8
53-
uses: actions/setup-python@v5
53+
uses: actions/setup-python@v6
5454
with:
5555
python-version: 3.8
5656

.github/workflows/reusable-standard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v5
3434

3535
- name: Setup Python ${{ inputs.python-version }}
36-
uses: actions/setup-python@v5
36+
uses: actions/setup-python@v6
3737
with:
3838
python-version: ${{ inputs.python-version }}
3939
allow-prereleases: true

.github/workflows/upstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v5
2828

2929
- name: Setup Python 3.13
30-
uses: actions/setup-python@v5
30+
uses: actions/setup-python@v6
3131
with:
3232
python-version: "3.13"
3333
allow-prereleases: true

0 commit comments

Comments
 (0)