File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ jobs:
3232 run :
3333 shell : bash
3434 steps :
35- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
35+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3636 with :
3737 persist-credentials : false
3838
3939 - name : Set up Python ${{ matrix.python-version }}
40- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
40+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
4141 with :
4242 python-version : ${{ matrix.python-version }}
4343 allow-prereleases : true
6262 run : poetry config virtualenvs.in-project true
6363
6464 - name : Set up cache
65- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
65+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
6666 id : cache
6767 with :
6868 path : .venv
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
@@ -31,11 +31,11 @@ jobs:
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
38- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
38+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
3939 with :
4040 name : distfiles
4141 path : dist/
@@ -55,11 +55,11 @@ jobs:
5555 id-token : write
5656 needs : build
5757 steps :
58- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
58+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
5959 with :
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
You can’t perform that action at this time.
0 commit comments