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

Merge pull request #455 from python-escpos/dependabot/github_actions/actions/setup-python-2.2.2

Bump actions/setup-python from 2.2.1 to 2.2.2
This commit is contained in:
Patrick Kanzler
2021-10-30 17:59:10 +02:00
committed by GitHub

View File

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