Skip to content

Commit d05afc4

Browse files
authored
Pin GitHub Actions workflow references (#537)
1 parent ded190a commit d05afc4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
pytorch-version: 1.10.1
2525
torchvision-version: 0.11.2
2626
steps:
27-
- uses: conda-incubator/setup-miniconda@v2
27+
- uses: conda-incubator/setup-miniconda@1bff120c1ad2d5f86a1099b0df16632c8da52988 # v2
2828
- run: conda install -n test python=${{ matrix.python-version }} pytorch=${{ matrix.pytorch-version }} torchvision=${{ matrix.torchvision-version }} cpuonly -c pytorch
29-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
3030
- run: echo "$CONDA/envs/test/bin" >> $GITHUB_PATH
3131
- run: pip install pytest
3232
- run: pip install .

0 commit comments

Comments
 (0)