From 694d21b6e78ef83ab429c3c59726fb514ec64a45 Mon Sep 17 00:00:00 2001 From: Stefan Bueringer Date: Tue, 7 Jun 2022 09:39:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=B1=20Bump=20actions/cache=20from=203.?= =?UTF-8?q?0.2=20to=203.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Büringer buringerst@vmware.com --- .github/workflows/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index b63e884a4d2f..ea01de250df4 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -21,7 +21,7 @@ jobs: id: go - name: Check out code into the Go module directory uses: actions/checkout@v3 - - uses: actions/cache@v3.0.2 + - uses: actions/cache@v3.0.3 name: Restore go cache with: path: |