Skip to content

Commit ad2006a

Browse files
Update actions/checkout action to v6
1 parent 05976de commit ad2006a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- 5432:5432
2828

2929
steps:
30-
- uses: actions/checkout@v5
30+
- uses: actions/checkout@v6
3131
- name: Install uv
3232
uses: astral-sh/setup-uv@v7
3333
with:

0 commit comments

Comments
 (0)