We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e15a117 commit f608546Copy full SHA for f608546
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
steps:
33
- uses: actions/checkout@v4.2.2
34
- name: Set up Python ${{ matrix.python-version }}
35
- uses: actions/setup-python@v5.4.0
+ uses: actions/setup-python@v5.5.0
36
with:
37
python-version: ${{ matrix.python-version }}
38
cache: 'pip'
0 commit comments