Skip to content

Commit 8220467

Browse files
authored
Merge pull request #94 from personnummer/renovate/actions-setup-python-6.x
Update actions/setup-python action to v6.2.0
2 parents be11f18 + de7d6e7 commit 8220467

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2424
- name: Set up Python ${{ matrix.python-version }}
25-
uses: actions/setup-python@v6.1.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)