Skip to content

Commit 647f779

Browse files
Bump the github-action-dependencies group with 2 updates
Bumps the github-action-dependencies group with 2 updates: [actions/setup-python](https://github.com/actions/setup-python) and [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter). Updates `actions/setup-python` from 6.1.0 to 6.2.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6.1.0...v6.2.0) Updates `release-drafter/release-drafter` from 6.1.0 to 6.2.0 - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](release-drafter/release-drafter@v6.1.0...v6.2.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-action-dependencies - dependency-name: release-drafter/release-drafter dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-action-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2359019 commit 647f779

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
poetry --version
3636
3737
- name: Set up Python
38-
uses: actions/setup-python@v6.1.0
38+
uses: actions/setup-python@v6.2.0
3939
with:
4040
python-version: "3.12"
4141
cache: "poetry"

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 2
2222

2323
- name: Set up Python
24-
uses: actions/setup-python@v6.1.0
24+
uses: actions/setup-python@v6.2.0
2525
with:
2626
python-version: "3.12"
2727

@@ -71,7 +71,7 @@ jobs:
7171
repository-url: https://test.pypi.org/legacy/
7272

7373
- name: Publish the release notes
74-
uses: release-drafter/release-drafter@v6.1.0
74+
uses: release-drafter/release-drafter@v6.2.0
7575
with:
7676
publish: ${{ steps.check-version.outputs.tag != '' }}
7777
tag: ${{ steps.check-version.outputs.tag }}

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/checkout@v6
4242

4343
- name: Set up Python ${{ matrix.python }}
44-
uses: actions/setup-python@v6.1.0
44+
uses: actions/setup-python@v6.2.0
4545
with:
4646
python-version: ${{ matrix.python }}
4747

@@ -125,7 +125,7 @@ jobs:
125125
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
126126

127127
- name: Set up Python
128-
uses: actions/setup-python@v6.1.0
128+
uses: actions/setup-python@v6.2.0
129129
with:
130130
python-version: "3.11"
131131

0 commit comments

Comments
 (0)