We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2bc41e + 4123599 commit bfcb0f8Copy full SHA for bfcb0f8
1 file changed
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
with:
26
fetch-depth: 0
27
persist-credentials: false
28
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
29
30
python-version: "3.x"
31
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
@@ -48,7 +48,7 @@ jobs:
48
49
50
51
52
53
python-version: ${{ matrix.python-version }}
54
allow-prereleases: true
0 commit comments