Skip to content

Commit 4fbb2e5

Browse files
authored
Merge pull request #92 from personnummer/renovate/actions-setup-python-6.x
Update actions/setup-python action to v6.1.0
2 parents d5bf01d + 5cd14dd commit 4fbb2e5

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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
2424
- name: Set up Python ${{ matrix.python-version }}
25-
uses: actions/setup-python@v6.0.0
25+
uses: actions/setup-python@v6.1.0
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828
- name: Install dependencies

0 commit comments

Comments
 (0)