Update actions/checkout action to v4 #2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/unit-tests.yml
vendored
4
.github/workflows/unit-tests.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
- python-version: '3.9'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
env:
|
||||
|
@ -43,7 +43,7 @@ jobs:
|
|||
- python-version: '3.10'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue