Merge pull request #1 from thamognya/dependabot/github_actions/actions/setup-python-4.4.0

⬆️ Bump actions/setup-python from 2.2.2 to 4.4.0
main
Thamognya 2022-12-24 08:30:05 +07:00 committed by GitHub
commit a7c2e58e9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2.2.2
uses: actions/setup-python@v4.4.0
with:
python-version: ${{ matrix.python-version }}