summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Schlömer <nico.schloemer@gmail.com>2022-09-03 11:52:29 +0200
committerNico Schlömer <nico.schloemer@gmail.com>2022-09-03 11:52:29 +0200
commitca2a7a49429e08a5c7c7de83c04e943b293259bb (patch)
tree9171d57c117791cc2ab38690fef3223306402fda
parent9824e6bd0bc5681ccea849503cd791456498c22c (diff)
typo
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 41a2be0..eb6a232 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -31,10 +31,10 @@ jobs:
- os: windows-latest
python-version: "3.10"
steps:
- - uses: actions/setup-python@v3
+ - uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v3
- name: Test with tox
run: |
pip install tox