From 09bcd850fbccf0d671075a03e0043c015f010e15 Mon Sep 17 00:00:00 2001 From: Marco Franssen Date: Mon, 28 Mar 2022 18:25:06 +0200 Subject: [PATCH] Lock cache action on patch release --- .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 b9ee1677..b83bba11 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v3.0.0 - name: Cache Go modules - uses: actions/cache@v3 + uses: actions/cache@v3.0.0 id: go-mod-cache with: path: ~/go/pkg/mod