1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-08-24 09:03:34 +00:00

Merge pull request #425 from python-escpos/dependabot/github_actions/actions/setup-python-v2.1.4

This commit is contained in:
dependabot[bot]
2020-11-08 21:13:36 +00:00
committed by GitHub

View File

@@ -22,7 +22,7 @@ jobs:
with:
submodules: 'recursive'
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2.1.3
uses: actions/setup-python@v2.1.4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies