Przeglądaj źródła

Bump actions/cache from 4 to 5 (#3625)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Meijer <ameijer@users.noreply.github.com>
dependabot[bot] 2 miesięcy temu
rodzic
commit
057e06dd6c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .github/workflows/build-test.yaml

+ 1 - 1
.github/workflows/build-test.yaml

@@ -64,7 +64,7 @@ jobs:
 
       # Saves us from having to redownload all modules
       - name: Go Mod cache
-        uses: actions/cache@v4
+        uses: actions/cache@v5
         with:
           path: |
             ~/.cache/go-build