Skip to content

Commit ef0b443

Browse files
authored
ci: bump up actions/checkout to v5 (#483)
1 parent 4d7b6c6 commit ef0b443

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- name: Start MySQL
3333
run: sudo systemctl start mysql.service
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v5
3535
- uses: actions/setup-python@v5
3636
with:
3737
python-version: ${{ matrix.python-version }}

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ jobs:
77
publish:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v5
1111
- uses: actions/setup-python@v5
1212
with:
1313
python-version: '3.x'
1414
- uses: astral-sh/setup-uv@v6
1515
- name: Build dists
1616
run: make build
1717
- name: Pypi Publish
18-
uses: pypa/gh-action-pypi-publish@master
18+
uses: pypa/gh-action-pypi-publish@release/v1
1919
with:
2020
user: __token__
2121
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)