[pecl-search_engine-solr] master: Merge pull request #85 from bix0r/update-ci-cache
Author: Birgir Haraldsson (bix0r)
Committer: GitHub (web-flow)
Pusher: bix0r
Date: 2025-03-31T10:32:30+02:00
Commit: https://github.com/php/pecl-search_engine-solr/commit/7a840a21762214d676af552c81d696639712b66e
Raw diff: https://github.com/php/pecl-search_engine-solr/commit/7a840a21762214d676af552c81d696639712b66e.diff
Merge pull request #85 from bix0r/update-ci-cache
Update actions/cache for windows workflow
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 via GitHub