Upgrade checkout action

This commit is contained in:
David Dworken 2023-09-04 21:23:22 -07:00
parent f778c1b2b6
commit efa9ddd6df
No known key found for this signature in database

View File

@ -10,7 +10,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with: