Update actions/checkout

This commit is contained in:
mborgerson 2023-01-17 15:42:54 -07:00 committed by GitHub
parent 6b1f36d6dd
commit cd36c323cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,7 @@ jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: Clone Tree
uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}