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:
parent
997979f1b8
commit
bfc94ffc04
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3.0.2
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: go get
|
run: go get
|
||||||
|
|
Loading…
Reference in a new issue