Skip to content

Commit f3b680f

Browse files
dependabot[bot]insolor
authored andcommitted
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/setup-python](https://github.com/actions/setup-python) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) 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@v1.12.4...v1.13.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-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: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 745c620 commit f3b680f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: "actions/checkout@v5"
2222
with:
2323
submodules: true
24-
- uses: "actions/setup-python@v5"
24+
- uses: "actions/setup-python@v6"
2525
with:
2626
python-version: 3.x
2727

.github/workflows/pypi.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
submodules: true
2525

26-
- uses: actions/setup-python@v5
26+
- uses: actions/setup-python@v6
2727
with:
2828
python-version: "3.12"
2929

@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
submodules: true
5555

56-
- uses: actions/setup-python@v5
56+
- uses: actions/setup-python@v6
5757
name: Install Python
5858
with:
5959
python-version: "3.12"
@@ -77,7 +77,7 @@ jobs:
7777
# if: github.event_name == 'release' && github.event.action == 'published'
7878

7979
steps:
80-
- uses: actions/setup-python@v5
80+
- uses: actions/setup-python@v6
8181
with:
8282
python-version: "3.12"
8383

@@ -87,4 +87,4 @@ jobs:
8787
merge-multiple: true
8888
path: dist
8989

90-
- uses: pypa/gh-action-pypi-publish@v1.12.4
90+
- uses: pypa/gh-action-pypi-publish@v1.13.0

.github/workflows/tests.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
with:
2929
submodules: true
30-
- uses: "actions/setup-python@v5"
30+
- uses: "actions/setup-python@v6"
3131
with:
3232
python-version: "${{ matrix.python-version }}"
3333
- name: "Install dependencies"

0 commit comments

Comments
 (0)