Skip to content

Commit 9f484eb

Browse files
authored
Merge pull request #208 from EasyRPG/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 9a3e62d + ff1c79e commit 9f484eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update_libraries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v5
1515

16-
- uses: actions/setup-python@v5
16+
- uses: actions/setup-python@v6
1717
with:
18-
python-version: "3.11"
18+
python-version: "3.13"
1919

2020
- name: Install dependencies
2121
run: python -m pip install --upgrade requests packaging

0 commit comments

Comments
 (0)