From e8cd61750c1c97437fb5c1818d298790841baf7b Mon Sep 17 00:00:00 2001 From: Angad Behl <77907286+slashtechno@users.noreply.github.com> Date: Fri, 21 Jun 2024 19:13:21 +0000 Subject: [PATCH] chore: update setup-go and checkout --- .github/workflows/go-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go-build.yml b/.github/workflows/go-build.yml index 52cb4d6..e41e7ef 100644 --- a/.github/workflows/go-build.yml +++ b/.github/workflows/go-build.yml @@ -13,9 +13,9 @@ jobs: - macos-latest runs-on: '${{ matrix.os }}' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: 1.22 check-latest: true