We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96ee6b6 commit 50f2d8cCopy full SHA for 50f2d8c
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
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