Skip to content

Commit 22e5d9a

Browse files
Merge pull request #6 from pythonanywhere/renovate/pin-dependencies
chore(deps): pin dependencies
2 parents ab3508f + f8e8143 commit 22e5d9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
name: Python ${{ matrix.python-version }}
1313
steps:
1414

15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
1616

1717
- name: Setup timezone
1818
uses: zcong1993/setup-timezone@master
1919
with:
2020
timezone: UTC
2121

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

0 commit comments

Comments
 (0)