Merge pull request #3 from thamognya/dependabot/github_actions/actions/checkout-3

⬆️ Bump actions/checkout from 2 to 3
main
Thamognya 2022-12-24 08:31:51 +07:00 committed by GitHub
commit 5555bc7ce8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
python-version: ["3.11", "3.9"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.4.0
with: