We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f4a74d commit ce159cbCopy full SHA for ce159cb
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
fetch-depth: 0 # fetch all history
34
35
- name: Set up Python ${{ matrix.python-version }}
36
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
37
with:
38
python-version: ${{ matrix.python-version }}
39
@@ -78,7 +78,7 @@ jobs:
78
steps:
79
- uses: actions/checkout@v3
80
81
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
82
83
python-version: 3.8
84
0 commit comments