Skip to content

Commit a9f4889

Browse files
committed
1 parent 2982b42 commit a9f4889

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ jobs:
2020
PYTHON_VERSION: ['3.8']
2121
timeout-minutes: 10
2222
steps:
23-
- uses: actions/cache@v1
23+
- uses: actions/cache@f5ce41475b483ad7581884324a6eca9f48f8dcc7 # v1
2424
with:
2525
path: ~/.cache/pip
2626
key: ${{ runner.os }}-${{ matrix.PYTHON_VERSION }}-pip-${{ hashFiles('setup.py') }}
2727
restore-keys: ${{ runner.os }}-${{ matrix.PYTHON_VERSION }}-pip-
28-
- uses: actions/checkout@v2
28+
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
2929
with:
3030
fetch-depth: 0
31-
- uses: actions/setup-python@v2
31+
- uses: actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2
3232
with:
3333
python-version: ${{ matrix.PYTHON_VERSION }}
3434
architecture: 'x64'

.github/workflows/test-linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
PYTHON_VERSION: ['3.8', '3.7', '3.6', '2.7']
2424
timeout-minutes: 10
2525
steps:
26-
- uses: actions/cache@v1
26+
- uses: actions/cache@f5ce41475b483ad7581884324a6eca9f48f8dcc7 # v1
2727
with:
2828
path: ~/.cache/pip
2929
key: ${{ runner.os }}-${{ matrix.PYTHON_VERSION }}-pip-${{ hashFiles('setup.py') }}
3030
restore-keys: ${{ runner.os }}-${{ matrix.PYTHON_VERSION }}-pip-
31-
- uses: actions/checkout@v2
32-
- uses: actions/setup-python@v2
31+
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
32+
- uses: actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2
3333
with:
3434
python-version: ${{ matrix.PYTHON_VERSION }}
3535
architecture: 'x64'

.github/workflows/test-mac.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
PYTHON_VERSION: ['3.8', '3.7', '3.6', '2.7']
2424
timeout-minutes: 10
2525
steps:
26-
- uses: actions/cache@v1
26+
- uses: actions/cache@f5ce41475b483ad7581884324a6eca9f48f8dcc7 # v1
2727
with:
2828
path: ~/Library/Caches/pip
2929
key: ${{ runner.os }}-${{ matrix.PYTHON_VERSION }}-pip-${{ hashFiles('setup.py') }}
3030
restore-keys: ${{ runner.os }}-${{ matrix.PYTHON_VERSION }}-pip-
31-
- uses: actions/checkout@v2
32-
- uses: actions/setup-python@v2
31+
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
32+
- uses: actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2
3333
with:
3434
python-version: ${{ matrix.PYTHON_VERSION }}
3535
architecture: 'x64'

.github/workflows/test-win.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
PYTHON_VERSION: ['3.8', '3.7', '3.6', '2.7']
2424
timeout-minutes: 10
2525
steps:
26-
- uses: actions/cache@v1
26+
- uses: actions/cache@f5ce41475b483ad7581884324a6eca9f48f8dcc7 # v1
2727
with:
2828
path: ~\AppData\Local\pip\Cache
2929
key: ${{ runner.os }}-${{ matrix.PYTHON_VERSION }}-pip-${{ hashFiles('setup.py') }}
3030
restore-keys: ${{ runner.os }}-${{ matrix.PYTHON_VERSION }}-pip-
31-
- uses: actions/checkout@v2
32-
- uses: actions/setup-python@v2
31+
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
32+
- uses: actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2
3333
with:
3434
python-version: ${{ matrix.PYTHON_VERSION }}
3535
architecture: 'x64'

0 commit comments

Comments
 (0)