Browse Source

[dependencies] Update actions/cache action to v4

renovate[bot] 1 year ago
parent
commit
b27bc45cf2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/debug.yml

+ 2 - 2
.github/workflows/debug.yml

@@ -46,7 +46,7 @@ jobs:
         with:
           go-version: ~1.18
       - name: Cache go module
-        uses: actions/cache@v3
+        uses: actions/cache@v4
         with:
           path: |
             ~/go/pkg/mod
@@ -66,7 +66,7 @@ jobs:
         with:
           go-version: ^1.20
       - name: Cache go module
-        uses: actions/cache@v3
+        uses: actions/cache@v4
         with:
           path: |
             ~/go/pkg/mod