File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 lint :
4747 runs-on : ubuntu-24.04
4848 steps :
49- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
49+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
5050 - name : ruff format
5151 uses : chartboost/ruff-action@e18ae971ccee1b2d7bbef113930f00c670b78da4 # v1
5252 with :
7373 ports :
7474 - 27017:27017
7575 steps :
76- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
76+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
7777 - name : " Set up environment"
7878 uses : packetcoders/action-setup-cache-python-poetry@0d0be5577b30d85f3fa2d93a4beeda149520f120 # v1.2.0
7979 with :
9090 runs-on : ubuntu-24.04
9191 needs : [lint]
9292 steps :
93- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
93+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
9494 - name : " Set up environment"
9595 uses : packetcoders/action-setup-cache-python-poetry@0d0be5577b30d85f3fa2d93a4beeda149520f120 # v1.2.0
9696 with :
@@ -123,7 +123,7 @@ jobs:
123123 if : ${{ fromJSON(needs.check_version.outputs.should_publish) }}
124124
125125 steps :
126- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
126+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
127127 # bits borrowed from packetcoders/action-setup-cache-python-poetry, in order
128128 # to reuse the poetry cache without actually restoring the venv
129129 - name : Set up python ${{ inputs.python-version }}
You can’t perform that action at this time.
0 commit comments