Skip to content

Commit 9565f3b

Browse files
chore(deps-ci): bump the github-actions group across 1 directory with 7 updates
Bumps the github-actions group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `5` | | [actions/setup-python](https://github.com/actions/setup-python) | `5` | `6` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.4.2` | `5.5.1` | | [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) | `9.21.0` | `10.4.1` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `5` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4` | `6` | | [tiangolo/issue-manager](https://github.com/tiangolo/issue-manager) | `0.5.1` | `0.6.0` | 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/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) Updates `codecov/codecov-action` from 5.4.2 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@v5.4.2...v5.5.1) Updates `python-semantic-release/python-semantic-release` from 9.21.0 to 10.4.1 - [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases) - [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.rst) - [Commits](python-semantic-release/python-semantic-release@v9.21.0...v10.4.1) Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) Updates `actions/download-artifact` from 4 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v6) Updates `tiangolo/issue-manager` from 0.5.1 to 0.6.0 - [Release notes](https://github.com/tiangolo/issue-manager/releases) - [Commits](tiangolo/issue-manager@0.5.1...0.6.0) --- 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/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: python-semantic-release/python-semantic-release dependency-version: 10.4.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: tiangolo/issue-manager dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d23268d commit 9565f3b

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
lint:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
18-
- uses: actions/setup-python@v5
17+
- uses: actions/checkout@v6
18+
- uses: actions/setup-python@v6
1919
with:
2020
python-version: 3.x
2121
- uses: pre-commit/[email protected]
@@ -26,7 +26,7 @@ jobs:
2626
name: Lint Commit Messages
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v6
3030
with:
3131
fetch-depth: 0
3232
- uses: wagoid/[email protected]
@@ -47,9 +47,9 @@ jobs:
4747
- macOS-latest
4848
runs-on: ${{ matrix.os }}
4949
steps:
50-
- uses: actions/checkout@v4
50+
- uses: actions/checkout@v6
5151
- name: Set up Python
52-
uses: actions/setup-python@v5
52+
uses: actions/setup-python@v6
5353
with:
5454
python-version: ${{ matrix.python-version }}
5555
allow-prereleases: true
@@ -61,7 +61,7 @@ jobs:
6161
run: poetry run pytest --cov-report=xml
6262
shell: bash
6363
- name: Upload coverage to Codecov
64-
uses: codecov/codecov-action@v5.4.2
64+
uses: codecov/codecov-action@v5.5.2
6565
with:
6666
token: ${{ secrets.CODECOV_TOKEN }}
6767

@@ -77,14 +77,14 @@ jobs:
7777
if: github.ref_name != 'main'
7878

7979
steps:
80-
- uses: actions/checkout@v4
80+
- uses: actions/checkout@v6
8181
with:
8282
fetch-depth: 0
8383
ref: ${{ github.head_ref || github.ref_name }}
8484

8585
# Dry run of PSR to build the distribution
8686
- name: Test release
87-
uses: python-semantic-release/python-semantic-release@v9.21.0
87+
uses: python-semantic-release/python-semantic-release@v10.5.3
8888
with:
8989
root_options: --noop
9090

@@ -117,21 +117,21 @@ jobs:
117117
contents: write
118118

119119
steps:
120-
- uses: actions/checkout@v4
120+
- uses: actions/checkout@v6
121121
with:
122122
fetch-depth: 0
123123
ref: ${{ github.head_ref || github.ref_name }}
124124

125125
# On main branch: Call PSR to build the distribution
126126
- name: Release
127-
uses: python-semantic-release/python-semantic-release@v9.21.0
127+
uses: python-semantic-release/python-semantic-release@v10.5.3
128128
id: release
129129

130130
with:
131131
github_token: ${{ secrets.GITHUB_TOKEN }}
132132

133133
- name: Store the distribution packages
134-
uses: actions/upload-artifact@v4
134+
uses: actions/upload-artifact@v6
135135
with:
136136
name: python-package-distributions
137137
path: dist/
@@ -150,15 +150,15 @@ jobs:
150150

151151
steps:
152152
- name: Download all the dists
153-
uses: actions/download-artifact@v4
153+
uses: actions/download-artifact@v7
154154
with:
155155
name: python-package-distributions
156156
path: dist/
157157

158158
- name: Publish package distributions to PyPI
159159
uses: pypa/gh-action-pypi-publish@release/v1
160160

161-
- uses: actions/checkout@v4
161+
- uses: actions/checkout@v6
162162
with:
163163
fetch-depth: 0
164164
ref: ${{ github.head_ref || github.ref_name }}

.github/workflows/issue-manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
issue-manager:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: tiangolo/issue-manager@0.5.1
21+
- uses: tiangolo/issue-manager@0.6.0
2222
with:
2323
token: ${{ secrets.GITHUB_TOKEN }}
2424
config: >

0 commit comments

Comments
 (0)