@@ -16,12 +16,12 @@ jobs:
1616 lint :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # ratchet:actions/checkout@v4
2020 - name : Set up Python 3.9
21- uses : actions/setup-python@v4
21+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # ratchet:actions/setup-python@v5
2222 with :
2323 python-version : 3.9
24- - uses : pre-commit/action@v3.0.0
24+ - uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # ratchet: pre-commit/action@v3
2525 build :
2626 name : ${{ matrix.os }} Python ${{ matrix.python-version }}
2727 runs-on : ${{ matrix.os }}
@@ -36,11 +36,11 @@ jobs:
3636 python-version : " 3.11"
3737
3838 steps :
39- - uses : actions/checkout@v3
39+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # ratchet:actions/checkout@v4
4040 with :
4141 submodules : true
4242 - name : Set up Python ${{ matrix.python-version }}
43- uses : actions/setup-python@v4
43+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # ratchet:actions/setup-python@v5
4444 with :
4545 python-version : ${{ matrix.python-version }}
4646 - name : Install dependencies
@@ -54,11 +54,11 @@ jobs:
5454 name : Python 3.12 with nightly numpy
5555 runs-on : ubuntu-latest
5656 steps :
57- - uses : actions/checkout@v3
57+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # ratchet:actions/checkout@v4
5858 with :
5959 submodules : true
6060 - name : Set up Python 3.12
61- uses : actions/setup-python@v4
61+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # ratchet:actions/setup-python@v5
6262 with :
6363 python-version : " 3.12"
6464 - name : Install dependencies
@@ -78,11 +78,11 @@ jobs:
7878 name : Python 3.9 with oldest supported numpy
7979 runs-on : ubuntu-latest
8080 steps :
81- - uses : actions/checkout@v3
81+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # ratchet:actions/checkout@v4
8282 with :
8383 submodules : true
8484 - name : Set up Python 3.9
85- uses : actions/setup-python@v5
85+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # ratchet:actions/setup-python@ v5
8686 with :
8787 python-version : " 3.9"
8888 - name : Install dependencies
0 commit comments