We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d7c57a + 4d29de2 commit 1f42c32Copy full SHA for 1f42c32
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v4
14
- name: Set up Python ${{ matrix.python-version }}
15
- uses: actions/setup-python@v5.1.0
+ uses: actions/setup-python@v5.1.1
16
with:
17
python-version: ${{ matrix.python-version }}
18
0 commit comments