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 96cd094 commit 4f6bf58Copy full SHA for 4f6bf58
.github/workflows/ci.yml
@@ -5,18 +5,18 @@ jobs:
5
runs-on: ubuntu-20.04
6
7
steps:
8
- - uses: actions/checkout@v2
+ - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
9
10
- name: Set up JS requirements
11
run: npm install
12
13
- name: Set up Python
14
- uses: actions/setup-python@v2
+ uses: actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2
15
with:
16
python-version: "3.9"
17
18
- id: cache
19
- uses: actions/cache@v1
+ uses: actions/cache@f5ce41475b483ad7581884324a6eca9f48f8dcc7 # v1
20
21
path: ~/.cache/pip
22
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt', '**/test_requirements.txt') }}
0 commit comments