mirror of
https://github.com/actions/setup-python.git
synced 2024-11-10 05:41:06 +07:00
Update actions/checkout to v3
This commit is contained in:
parent
4a7ca55b40
commit
b318cecd93
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
operating-system: [ubuntu-latest, windows-latest]
|
operating-system: [ubuntu-latest, windows-latest]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Set Node.js 16.x
|
- name: Set Node.js 16.x
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user