Skip to content

Commit 5a35a52

Browse files
authored
Merge branch 'main' into pre-commit-ci-update-config
2 parents 0678b82 + 4fb2a64 commit 5a35a52

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222

2323
steps:
24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@v6
2525
- uses: astral-sh/setup-uv@v7
2626
with:
2727
enable-cache: true
@@ -42,7 +42,7 @@ jobs:
4242
python-version: ['3.10', '3.11', '3.12', '3.13']
4343

4444
steps:
45-
- uses: actions/checkout@v5
45+
- uses: actions/checkout@v6
4646
- uses: astral-sh/setup-uv@v7
4747
with:
4848
enable-cache: true

.github/workflows/publish-to-pypi.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212
- name: Set up Python
1313
uses: actions/setup-python@v6
1414
with:
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build a binary wheel and a source tarball
2323
run: python3 -m build
2424
- name: Store the distribution packages
25-
uses: actions/upload-artifact@v5
25+
uses: actions/upload-artifact@v6
2626
with:
2727
name: python-package-distributions
2828
path: dist/
@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- name: Download all the dists
44-
uses: actions/download-artifact@v6
44+
uses: actions/download-artifact@v7
4545
with:
4646
name: python-package-distributions
4747
path: dist/
@@ -62,12 +62,12 @@ jobs:
6262

6363
steps:
6464
- name: Download all the dists
65-
uses: actions/download-artifact@v6
65+
uses: actions/download-artifact@v7
6666
with:
6767
name: python-package-distributions
6868
path: dist/
6969
- name: Sign the dists with Sigstore
70-
uses: sigstore/gh-action-sigstore-python@v3.1.0
70+
uses: sigstore/gh-action-sigstore-python@v3.2.0
7171
with:
7272
inputs: >-
7373
./dist/*.tar.gz

.github/workflows/update-plugin-list.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
with:
2424
fetch-depth: 0
2525

@@ -37,7 +37,7 @@ jobs:
3737
run: python scripts/update_plugin_list.py
3838

3939
- name: Create Pull Request
40-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
40+
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725
4141
with:
4242
commit-message: '[automated] Update plugin list'
4343
author: 'Tobias Raabe <tobiasraabe@users.noreply.github.com>'

0 commit comments

Comments
 (0)