We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28f55cc commit 76a7541Copy full SHA for 76a7541
2 files changed
.github/workflows/ci-build.yml
@@ -33,7 +33,7 @@ jobs:
33
with:
34
persist-credentials: false
35
- name: Set up Python ${{ matrix.python-version }}
36
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
+ uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
37
38
python-version: ${{ matrix.python-version }}
39
cache: pip
.github/workflows/mypy.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
24
25
26
- name: Run mypy verification
0 commit comments