Bump checkout action version

This commit is contained in:
Paul Hatcherian 2022-11-02 07:17:14 -04:00
parent 8f634060c4
commit 239974c98c

View file

@ -15,7 +15,7 @@ jobs:
os: [ubuntu-latest, windows-latest] os: [ubuntu-latest, windows-latest]
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
- name: NPM Install - name: NPM Install