File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ jobs:
3030 run :
3131 shell : bash
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3434
3535 - name : Set up Python ${{ matrix.python-version }}
36- uses : actions/setup-python@v4
36+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
3737 with :
3838 python-version : ${{ matrix.python-version }}
3939
5757 run : poetry config virtualenvs.in-project true
5858
5959 - name : Set up cache
60- uses : actions/cache@v3
60+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
6161 id : cache
6262 with :
6363 path : .venv
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout code
14- uses : actions/checkout@v4
14+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1515
1616 - name : Set up Python 3.10
17- uses : actions/setup-python@v4
17+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
1818 with :
1919 python-version : " 3.10"
2020
3535 || echo prerelease=true >> $GITHUB_OUTPUT
3636
3737 - name : Create Release
38- uses : ncipollo/release-action@v1
38+ uses : ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14.0
3939 with :
4040 artifacts : " dist/*"
4141 token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments