Skip to content

Commit 72a2190

Browse files
authored
Merge pull request #67 from numfocus/dependabot/github_actions/actions/setup-python-6
2 parents 19501ee + 8a3dc0c commit 72a2190

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test_and_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout Repository
2020
uses: actions/checkout@v5
2121
- name: Set up Python 3.13
22-
uses: actions/setup-python@v5
22+
uses: actions/setup-python@v6
2323
with:
2424
python-version: "3.13"
2525
- name: Install dependencies
@@ -35,7 +35,7 @@ jobs:
3535
- name: Checkout Repository
3636
uses: actions/checkout@v5
3737
- name: Set up Python 3.13
38-
uses: actions/setup-python@v5
38+
uses: actions/setup-python@v6
3939
with:
4040
python-version: "3.13"
4141
- name: Install dependencies

0 commit comments

Comments
 (0)