Skip to content

Commit 311e646

Browse files
Update actions/setup-python action to v6
1 parent a2bff6a commit 311e646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2424
- name: Set up Python ${{ matrix.python-version }}
25-
uses: actions/setup-python@v5.6.0
25+
uses: actions/setup-python@v6.2.0
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828
- name: Install dependencies

0 commit comments

Comments
 (0)