We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cbe7d4 commit 2233720Copy full SHA for 2233720
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
26
27
- name: Set up Python ${{ matrix.python-version }}
28
- uses: actions/setup-python@0ebf233433c08fb9061af664d501c3f3ff0e9e20
+ uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6
29
with:
30
python-version: ${{ matrix.python-version }}
31
cache: 'pip'
0 commit comments