Merge pull request #3 from thamognya/dependabot/github_actions/actions/checkout-3
⬆️ Bump actions/checkout from 2 to 3
main
commit
5555bc7ce8
|
@ -10,7 +10,7 @@ jobs:
|
||||||
python-version: ["3.11", "3.9"]
|
python-version: ["3.11", "3.9"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
uses: actions/setup-python@v4.4.0
|
uses: actions/setup-python@v4.4.0
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue