Switch actions/checkout to major v3 version

It's a bit of a pain to constantly update patch versions, as this is
just CI and unrelated to the main focus which is the codebase. So in
these cases, I don't want to run CI again just because the `checkout`
action had an update.
This commit is contained in:
Sighery 2022-10-31 16:12:26 +01:00 committed by Sighery
parent 997979f1b8
commit bfc94ffc04

View file

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3
- name: Install dependencies
run: go get