1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-12-02 09:43:30 +00:00

Merge branch 'master' into refactor-set-method

This commit is contained in:
Patrick Kanzler
2023-09-05 13:07:33 +02:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

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