chores: update actions/checkout and actions/setup-python to nodejs 20
This commit is contained in:
parent
7b5d98d927
commit
da1e9c3ce6
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -10,9 +10,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python 3.11
|
- name: Set up Python 3.11
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: 3.11
|
python-version: 3.11
|
||||||
- name: Install toml python lib
|
- name: Install toml python lib
|
||||||
|
Loading…
Reference in New Issue
Block a user