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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
9494 - name : " Set up environment"
9595 uses : packetcoders/action-setup-cache-python-poetry@0d0be5577b30d85f3fa2d93a4beeda149520f120 # v1.2.0
9696 with :
@@ -107,7 +107,7 @@ jobs:
107107 runs-on : ubuntu-24.04
108108 needs : [test, mypy]
109109 steps :
110- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
110+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
111111 - uses : hynek/build-and-inspect-python-package@f3d069d0f9a3c9169d1a483318bb0e09876a6fd6 # v2
112112
113113 check_version :
Original file line number Diff line number Diff line change 3737
3838 steps :
3939 - name : Download built artifact to dist/
40- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
40+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
4141 with :
4242 name : Packages
4343 path : dist
You can’t perform that action at this time.
0 commit comments