Merge pull request #420 from python-escpos/dependabot/github_actions/actions/setup-python-v2.1.3

Bump actions/setup-python from v1 to v2.1.3
This commit is contained in:
Patrick Kanzler 2020-10-06 00:12:34 +02:00 committed by GitHub
commit 8a54d59dbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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@v1 uses: actions/setup-python@v2.1.3
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Install dependencies - name: Install dependencies