From c29e728fae61b154815a2826bee62f9ba4917ce7 Mon Sep 17 00:00:00 2001 From: Pete Cornish Date: Mon, 22 Apr 2024 23:36:16 +0100 Subject: [PATCH] chore(deps): bumps actions/setup-go to v5. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b3a6590..da2b91a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: '1.21.9' - name: Setup Java