Upgrade to actions/checkout@v3

pull/1543/head
Juan Calderon-Perez 2 years ago committed by GitHub
parent e6a1719ab4
commit 2197b98444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,7 +21,7 @@ jobs:
steps:
- run: git config --global core.autocrlf false # Mainly for Windows
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2

Loading…
Cancel
Save