We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4efdf07 commit e42f0acCopy full SHA for e42f0ac
.github/workflows/pull-request.yml
@@ -28,7 +28,7 @@ jobs:
28
pipx install poetry
29
30
- name: Set up Python ${{ matrix.python-version }}
31
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
+ uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
32
with:
33
python-version: ${{ matrix.python-version }}
34
cache: "poetry"
.github/workflows/pypi-release.yml
@@ -27,7 +27,7 @@ jobs:
27
pipx install poetry==2.1.1
- name: Setup Python
python-version: ${{ env.PYTHON_VERSION }}
# cache: ${{ env.CACHE }}
0 commit comments