File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -23,20 +23,20 @@ jobs:
2323 run :
2424 shell : bash
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2727 with :
2828 persist-credentials : false
2929 path : cleo
3030
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3232 with :
3333 persist-credentials : false
3434 path : poetry
3535 repository : python-poetry/poetry
3636 ref : ${{ matrix.ref }}
3737
3838 - name : Set up Python 3.10
39- uses : actions/setup-python@v5
39+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
4040 with :
4141 python-version : " 3.10"
4242
5050 poetry config virtualenvs.in-project true
5151
5252 - name : Set up cache
53- uses : actions/cache@v4
53+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5454 id : cache
5555 with :
5656 path : ./poetry/.venv
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1616 with :
1717 persist-credentials : false
1818 # `towncrier check` runs `git diff --name-only origin/main...`, which
Original file line number Diff line number Diff line change 1111 name : Build
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1515 with :
1616 persist-credentials : false
1717
3131 needs : build
3232 steps :
3333 # We need to be in a git repo for gh to work.
34- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3535 with :
3636 persist-credentials : false
3737
6060 name : distfiles
6161 path : dist/
6262
63- - uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
63+ - uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
6464 with :
6565 print-hash : true
Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ jobs:
3030 shell : bash
3131
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3434 with :
3535 persist-credentials : false
3636
3737 - name : Install Poetry
3838 run : pipx install poetry
3939
4040 - name : Set up Python ${{ matrix.python-version }}
41- uses : actions/setup-python@v5
41+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
4242 with :
4343 python-version : ${{ matrix.python-version }}
4444 cache : poetry
You can’t perform that action at this time.
0 commit comments