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.
checkout
setup-python
1 parent 9fc8197 commit f606915Copy full SHA for f606915
.github/workflows/tests.yaml
@@ -26,9 +26,9 @@ jobs:
26
coverage: 1
27
28
steps:
29
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
30
- name: Set up Python ${{ matrix.python-version }}
31
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
32
with:
33
python-version: ${{ matrix.python-version }}
34
- name: Install dependencies
@@ -65,10 +65,10 @@ jobs:
65
runs-on: ubuntu-latest
66
67
- name: "Check out the repo"
68
- uses: "actions/checkout@v3"
+ uses: "actions/checkout@v4"
69
70
- name: "Set up Python"
71
- uses: "actions/setup-python@v4"
+ uses: "actions/setup-python@v5"
72
73
python-version: "3.10"
74
0 commit comments