Skip to content

Commit d105877

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/checkout-5.0.0
2 parents 4e236da + 7fec9ac commit d105877

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
# Gets a copy of the source code in your repository before running API tests
99
- uses: actions/[email protected]
10-
- uses: actions/setup-python@v5
10+
- uses: actions/setup-python@v6
1111
with:
1212
python-version: '3.13'
1313

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ inputs:
3939
runs:
4040
using: 'composite'
4141
steps:
42-
- uses: actions/setup-python@v5
42+
- uses: actions/setup-python@v6
4343
with:
4444
python-version: '3.13'
4545
- uses: astral-sh/setup-uv@v6

0 commit comments

Comments
 (0)