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 9451b87 commit d76bea4Copy full SHA for d76bea4
.github/workflows/tests.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
#----------------------------------------------
19
- uses: actions/checkout@v3
20
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
21
with:
22
python-version: "3.11" # Always use the lowest possible version to ensure correctness of the code.
23
@@ -52,7 +52,7 @@ jobs:
52
- uses: actions/checkout@v4
53
54
- name: Set up Python ${{ matrix.python-version }}
55
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
56
57
python-version: ${{ matrix.python-version }}
58
0 commit comments