We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27b167c commit 1b4191dCopy full SHA for 1b4191d
.github/workflows/quality_check_pydanticv2.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Install poetry
55
run: pipx install poetry
56
- name: Set up Python ${{ matrix.python-version }}
57
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
+ uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
58
with:
59
python-version: ${{ matrix.python-version }}
60
cache: "poetry"
0 commit comments