3838 fetch-depth : 0
3939 persist-credentials : false
4040 - name : Install uv
41- uses : astral-sh/setup-uv@eb1897b8dc4b5d5bfe39a428a8f2304605e0983c # 7.0.0
41+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # 7.1.2
4242 - name : Install tox
4343 run : uv tool install tox --with tox-uv
4444 - name : Setup SocketCAN
8484 fetch-depth : 0
8585 persist-credentials : false
8686 - name : Install uv
87- uses : astral-sh/setup-uv@eb1897b8dc4b5d5bfe39a428a8f2304605e0983c # 7.0.0
87+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # 7.1.2
8888 - name : Install tox
8989 run : uv tool install tox --with tox-uv
9090 - name : Run linters
@@ -102,7 +102,7 @@ jobs:
102102 fetch-depth : 0
103103 persist-credentials : false
104104 - name : Install uv
105- uses : astral-sh/setup-uv@eb1897b8dc4b5d5bfe39a428a8f2304605e0983c # 7.0.0
105+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # 7.1.2
106106 - name : Install tox
107107 run : uv tool install tox --with tox-uv
108108 - name : Build documentation
@@ -118,13 +118,13 @@ jobs:
118118 fetch-depth : 0
119119 persist-credentials : false
120120 - name : Install uv
121- uses : astral-sh/setup-uv@eb1897b8dc4b5d5bfe39a428a8f2304605e0983c # 7.0.0
121+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # 7.1.2
122122 - name : Build wheel and sdist
123123 run : uv build
124124 - name : Check build artifacts
125125 run : uvx twine check --strict dist/*
126126 - name : Save artifacts
127- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # 4.6.2
127+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # 5.0.0
128128 with :
129129 name : release
130130 path : ./dist
@@ -140,7 +140,7 @@ jobs:
140140 # upload to PyPI only on release
141141 if : github.event.release && github.event.action == 'published'
142142 steps :
143- - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # 5 .0.0
143+ - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # 6 .0.0
144144 with :
145145 path : dist
146146 merge-multiple : true
0 commit comments