ci: bump actions/checkout ~> v4
This commit is contained in:
parent
7fa87058d5
commit
8f8343f95f
|
@ -20,7 +20,7 @@ jobs:
|
||||||
- '3.9'
|
- '3.9'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Python ${{ matrix.python }}
|
- name: Set up Python ${{ matrix.python }}
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v1
|
||||||
|
|
Loading…
Reference in New Issue