Skip to content

Commit a443f7b

Browse files
Bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e2fd4c0 commit a443f7b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- name: Set up Python
1818
uses: actions/setup-python@v5
1919
with:
@@ -43,7 +43,7 @@ jobs:
4343
id-token: write # IMPORTANT: mandatory for trusted publishing
4444
steps:
4545
- name: Download all the dists
46-
uses: actions/download-artifact@v4
46+
uses: actions/download-artifact@v5
4747
with:
4848
name: python-package-distributions
4949
path: dist/
@@ -64,7 +64,7 @@ jobs:
6464

6565
steps:
6666
- name: Download all the dists
67-
uses: actions/download-artifact@v4
67+
uses: actions/download-artifact@v5
6868
with:
6969
name: python-package-distributions
7070
path: dist/
@@ -109,7 +109,7 @@ jobs:
109109

110110
steps:
111111
- name: Download all the dists
112-
uses: actions/download-artifact@v4
112+
uses: actions/download-artifact@v5
113113
with:
114114
name: python-package-distributions
115115
path: dist/

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- 3306:3306
3131

3232
steps:
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v5
3434

3535
- name: Set up Python ${{ matrix.python-version }}
3636
uses: actions/setup-python@v5
@@ -109,7 +109,7 @@ jobs:
109109
--health-retries 5
110110
111111
steps:
112-
- uses: actions/checkout@v4
112+
- uses: actions/checkout@v5
113113

114114
- name: Set up Python ${{ matrix.python-version }}
115115
uses: actions/setup-python@v5
@@ -158,7 +158,7 @@ jobs:
158158
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
159159

160160
steps:
161-
- uses: actions/checkout@v4
161+
- uses: actions/checkout@v5
162162

163163
- name: Set up Python ${{ matrix.python-version }}
164164
uses: actions/setup-python@v5
@@ -197,7 +197,7 @@ jobs:
197197
fail-fast: false
198198

199199
steps:
200-
- uses: actions/checkout@v4
200+
- uses: actions/checkout@v5
201201

202202
- name: Set up Python ${{ matrix.python-version }}
203203
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)