Author: dsahlberg
Date: Sun Jul 6 19:14:39 2025
New Revision: 1927013
URL: http://svn.apache.org/viewvc?rev=1927013&view=rev
Log:
Follow-up ti r1927012:
Let's try without explicit version. (It is there in the documentation...)
Modified:
serf/trunk/.github/workflows/windows-cmake.yml
Modified: serf/trunk/.github/workflows/windows-cmake.yml
URL:
http://svn.apache.org/viewvc/serf/trunk/.github/workflows/windows-cmake.yml?rev=1927013&r1=1927012&r2=1927013&view=diff
==============================================================================
--- serf/trunk/.github/workflows/windows-cmake.yml (original)
+++ serf/trunk/.github/workflows/windows-cmake.yml Sun Jul 6 19:14:39 2025
@@ -40,7 +40,7 @@ jobs:
core.exportVariable('ACTIONS_RUNTIME_TOKEN',
process.env.ACTIONS_RUNTIME_TOKEN || '');
- name: Restore vcpkg/installed from stash
- uses: apache/infrastructure-actions/stash/restore@v1
+ uses: apache/infrastructure-actions/stash/restore
with:
key: 'vcpkg_installed_${{ matrix.triplet }}'
path: 'C:/vcpkg/installed/'
@@ -49,7 +49,7 @@ jobs:
run: vcpkg install --triplet ${{ matrix.triplet }} apr apr-util zlib
openssl brotli
- name: Save vcpkg/installed to stash for next run
- uses: apache/infrastructure-actions/stash/save@v1
+ uses: apache/infrastructure-actions/stash/save
with:
key: 'vcpkg_installed_${{ matrix.triplet }}'
path: 'C:/vcpkg/installed/'