From 46cf180c2e108e4fcdfaa52e928421a7284d0c85 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 11 Jul 2022 20:48:53 +0200 Subject: [PATCH] chore(deps): update actions/setup-go digest to 84cbf80 (#120) Co-authored-by: asraa --- .github/workflows/pre-submit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-submit.yml b/.github/workflows/pre-submit.yml index aae2215..eabce6b 100644 --- a/.github/workflows/pre-submit.yml +++ b/.github/workflows/pre-submit.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v3 # v3 - name: setup-go - uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v3 + uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v3 with: go-version: '1.18'