From 6b3dcf9c14cffbb7a3dfff7f707e7ff6fafa3ebe Mon Sep 17 00:00:00 2001 From: Lars-Erik Svensson Date: Thu, 10 Oct 2024 17:03:49 +0200 Subject: [PATCH] Bump actions/setup-go to v5 Update actions/setup-go to v5 to solve the node16 deprecation warning when using depot in a github actions workflow step --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a43a07e..1c8b76f 100644 --- a/action.yml +++ b/action.yml @@ -28,7 +28,7 @@ runs: using: "composite" steps: - name: Set up Go 1.20 - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: '>=1.20.0' cache-dependency-path: ${{ github.action_path }}/go.sum