1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 16:49:42 +00:00

fix actions

This commit is contained in:
deadc0de6
2023-11-08 21:44:37 +01:00
parent d2a785fd2f
commit a028344419
4 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ jobs:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with: