From 331ed91e9a9bf4881704a082c54d39c886da4b94 Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 2 May 2022 22:40:23 -0700 Subject: [PATCH] Update reference URLs in "Check Go Dependencies" workflow - Use correct `actions/setup-go` reference for version in use - Update redirecting GitHub docs URL to new location - Configure GitHub docs URL to allow localization where available --- .github/workflows/check-go-dependencies-task.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-go-dependencies-task.yml b/.github/workflows/check-go-dependencies-task.yml index 29c049e8..66cf6320 100644 --- a/.github/workflows/check-go-dependencies-task.yml +++ b/.github/workflows/check-go-dependencies-task.yml @@ -2,10 +2,10 @@ name: Check Go Dependencies env: - # See: https://github.com/actions/setup-go/tree/v2#readme + # See: https://github.com/actions/setup-go/tree/v3#readme GO_VERSION: "1.17" -# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows +# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows on: push: paths: