We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3e636f + e926ec6 commit cfaed58Copy full SHA for cfaed58
2 files changed
.github/workflows/publish.yml
@@ -28,4 +28,4 @@ jobs:
28
- name: Build package
29
run: uv build
30
- name: Publish package distributions to PyPI
31
- uses: pypa/gh-action-pypi-publish@release/v1
+ uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1
.github/workflows/unittests.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
18
- # Required for the package command tests to work
19
name: Set up Docker Buildx
20
- uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
+ uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
21
- name: Install uv
22
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8
23
with:
0 commit comments