Skip to content

Commit 3b4f8c3

Browse files
chore(deps): update actions/setup-python action to v6
1 parent 75cf450 commit 3b4f8c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@v4
1010
- name: Set up Python
11-
uses: actions/setup-python@v5
11+
uses: actions/setup-python@v6
1212
with:
1313
python-version: "3.x"
1414
- name: Install dependencies
@@ -35,7 +35,7 @@ jobs:
3535
name: artifact
3636
path: dist
3737
- name: Set up Python ${{ matrix.python-version }}
38-
uses: actions/setup-python@v5
38+
uses: actions/setup-python@v6
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141
- name: Install dependencies

0 commit comments

Comments
 (0)