1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2024-09-19 08:36:42 +00:00

Update actions/checkout to v3

This commit is contained in:
Sven Serlier 2022-07-03 20:15:21 +02:00 committed by GitHub
parent 4a7ca55b40
commit b318cecd93
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ jobs:
operating-system: [ubuntu-latest, windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set Node.js 16.x
uses: actions/setup-node@v3