Author: dsahlberg
Date: Sun Jul  6 19:07:56 2025
New Revision: 1927012

URL: http://svn.apache.org/viewvc?rev=1927012&view=rev
Log:
Follow-up to r1927011, looks like we need to specify the organisation to call
an ASF action.

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=1927012&r1=1927011&r2=1927012&view=diff
==============================================================================
--- serf/trunk/.github/workflows/windows-cmake.yml (original)
+++ serf/trunk/.github/workflows/windows-cmake.yml Sun Jul  6 19:07:56 2025
@@ -40,7 +40,7 @@ jobs:
               core.exportVariable('ACTIONS_RUNTIME_TOKEN', 
process.env.ACTIONS_RUNTIME_TOKEN || '');
 
       - name: Restore vcpkg/installed from stash
-        uses: infrastructure-actions/stash/restore@v1
+        uses: apache/infrastructure-actions/stash/restore@v1
         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: infrastructure-actions/stash/save@v1
+        uses: apache/infrastructure-actions/stash/save@v1
         with:
           key: 'vcpkg_installed_${{ matrix.triplet }}'
           path: 'C:/vcpkg/installed/'


Reply via email to