Skip to content

Commit 7520758

Browse files
authored
Merge pull request #94 from cabberley/renovate/actions-setup-python-6.x
Update actions/setup-python action to v6.2.0
2 parents bb9e2c8 + 7f8b6e8 commit 7520758

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020

2121
- name: Set up Python
22-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
22+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2323
with:
2424
python-version: "3.14"
2525
cache: "pip"

0 commit comments

Comments
 (0)