Skip to content

Commit 6ff6b42

Browse files
renovate[bot]micedre
authored andcommitted
chore(deps): update actions/checkout action to v5
1 parent 312e0a6 commit 6ff6b42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: ["3.11", "3.12", "3.13"]
2020

2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
- name: Install uv
2424
uses: astral-sh/setup-uv@v7
2525
with:

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# url: https://pypi.org/project/YOURPROJECT/${{ github.event.release.name }}
3535

3636
steps:
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v5
3838
- name: Install uv
3939
uses: astral-sh/setup-uv@v7
4040
with:

0 commit comments

Comments
 (0)