Skip to content

Commit f5bdcc9

Browse files
Merge pull request #26 from mbeddr/renovate/actions-setup-python-5.x
Update actions/setup-python action to v5
2 parents 1a8be21 + 8acafb7 commit f5bdcc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
ssh-key: ${{ secrets.KEY }}
1313

1414
- name: Set up Python
15-
uses: actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2
15+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
1616
with:
1717
python-version: "3.13"
1818

0 commit comments

Comments
 (0)