Skip to content

Commit 4cdba2a

Browse files
Merge pull request #5 from pythonanywhere/renovate/actions-setup-python-4.x
chore(deps): update actions/setup-python action to v4
2 parents 3979f41 + 989ee54 commit 4cdba2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
timezone: UTC
2121

2222
- name: Set up Python
23-
uses: actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2
23+
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626

0 commit comments

Comments
 (0)