1
0
Fork 0
mirror of https://github.com/sourcegraph/jsonrpc2.git synced 2026-06-16 04:04:56 +02:00

Merge pull request #59 from sourcegraph/batch-changes/dax/update-checkout-v3

ci: update to actions/checkout@v3
This commit is contained in:
Dax McDonald 2023-01-05 07:22:44 -08:00 committed by GitHub
commit 065a868115
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ jobs:
name: Go ${{ matrix.go }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v2
with: