[pecl-search_engine-solr] master: Update actions/cache for windows workflow

From: Date: Mon, 31 Mar 2025 08:41:51 +0000
Subject: [pecl-search_engine-solr] master: Update actions/cache for windows workflow
Groups: php.pecl.cvs 
Request: Send a blank email to [email protected] to get a copy of this message
Author: Birgir Haraldsson (bix0r)
Date: 2025-03-31T10:03:39+02:00

Commit: https://github.com/php/pecl-search_engine-solr/commit/d51b4fd9a5f26ab34dd6e64245f5b5b8923d3603
Raw diff: https://github.com/php/pecl-search_engine-solr/commit/d51b4fd9a5f26ab34dd6e64245f5b5b8923d3603.diff

Update actions/cache for windows workflow

See https://github.com/actions/cache/discussions/1510

Changed paths:
  M  .github/workflows/windows-tests.yml


Diff:

diff --git a/.github/workflows/windows-tests.yml b/.github/workflows/windows-tests.yml
index 2ca82531..fc7a6fc6 100644
--- a/.github/workflows/windows-tests.yml
+++ b/.github/workflows/windows-tests.yml
@@ -49,7 +49,7 @@ jobs:
       # install extra package deps (zlib) (static: _a.lib, and dynamic .lib)
       - name: cache vcpkg libraries
         id: cache-vcpkg
-        uses: actions/cache@v2
+        uses: actions/cache@v4
         with:
           path: |
             ${{github.workspace}}/vcpkg


Thread (1 message)

  • Birgir Haraldsson
« previous php.pecl.cvs (#27938) next »