remove github actions deprecation warnings.
This commit is contained in:
parent
a03190d816
commit
aeff7c6b7c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
steps:
|
||||
# Checks out a copy of your repository on the machine
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v1
|
||||
uses: actions/checkout@v3
|
||||
|
||||
# Setup python
|
||||
- name: Setup python
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue