From bfc94ffc04c299ab967af23cbe4800e673ac5412 Mon Sep 17 00:00:00 2001 From: Sighery Date: Mon, 31 Oct 2022 16:12:26 +0100 Subject: [PATCH] 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. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fd8d565..3119493 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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