2
0
Эх сурвалжийг харах

chore(deps): update actions/cache action to v5 (#14258)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 3 сар өмнө
parent
commit
2362e64c1c

+ 1 - 1
.github/workflows/test.yml

@@ -57,7 +57,7 @@ jobs:
       - uses: actions/checkout@v6
       - uses: actions/checkout@v6
 
 
       - name: Setup cache for Chromium binary
       - name: Setup cache for Chromium binary
-        uses: actions/cache@v4
+        uses: actions/cache@v5
         with:
         with:
           path: ~/.cache/puppeteer
           path: ~/.cache/puppeteer
           key: chromium-${{ hashFiles('pnpm-lock.yaml') }}
           key: chromium-${{ hashFiles('pnpm-lock.yaml') }}