We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36729de + 50f2d8c commit 7b27940Copy full SHA for 7b27940
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
22
23
- name: Set up Python ${{ matrix.python-version }}
24
- uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0
+ uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
25
with:
26
python-version: ${{ matrix.python-version }}
27
0 commit comments