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 9447387 commit ac0be8cCopy full SHA for ac0be8c
1 file changed
.github/workflows/tests.yml
@@ -19,12 +19,11 @@ jobs:
19
20
steps:
21
- name: Checkout repository
22
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
23
- name: Set up Python ${{ matrix.python-version }}
24
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v5
25
with:
26
python-version: ${{ matrix.python-version }}
27
- cache: "pip"
28
- name: Install dependencies
29
run: |
30
python -m pip install --upgrade pip
0 commit comments