We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab3508f commit f8e8143Copy full SHA for f8e8143
.github/workflows/tests.yaml
@@ -12,15 +12,15 @@ jobs:
12
name: Python ${{ matrix.python-version }}
13
steps:
14
15
- - uses: actions/checkout@v2
+ - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
16
17
- name: Setup timezone
18
uses: zcong1993/setup-timezone@master
19
with:
20
timezone: UTC
21
22
- name: Set up Python
23
- uses: actions/setup-python@v2
+ uses: actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2
24
25
python-version: ${{ matrix.python-version }}
26
0 commit comments