Skip to content

Commit 745de7e

Browse files
Update actions/setup-python action to v6
1 parent 9e42d5e commit 745de7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
path: "user_setup"
2424

2525
- name: Set up Python 3.
26-
uses: actions/setup-python@v5
26+
uses: actions/setup-python@v6
2727
with:
2828
python-version: "3.x"
2929

@@ -53,7 +53,7 @@ jobs:
5353
path: "user_setup"
5454

5555
- name: Set up Python 3.
56-
uses: actions/setup-python@v5
56+
uses: actions/setup-python@v6
5757
with:
5858
python-version: "3.x"
5959

0 commit comments

Comments
 (0)