Merge pull request #512 from python-escpos/dependabot/github_actions/actions/setup-python-4.6.0

Bump actions/setup-python from 4.5.0 to 4.6.0
This commit is contained in:
Patrick Kanzler 2023-04-21 17:27:24 +02:00 committed by GitHub
commit 5b72985b0a
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:
submodules: 'recursive'
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.5.0
uses: actions/setup-python@v4.6.0
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies