From 161bc9e70644d04af3004267fad2294d6b56addb Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Tue, 2 May 2023 12:09:23 +0000 Subject: [PATCH] build: fix fig.yml --- .github/workflows/fig.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fig.yml b/.github/workflows/fig.yml index c1068bad5..631529551 100644 --- a/.github/workflows/fig.yml +++ b/.github/workflows/fig.yml @@ -13,8 +13,8 @@ jobs: fig: runs-on: ubuntu-latest steps: - - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3 - - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4 + - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3 + - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4 with: go-version: stable cache: true