]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* .github/workflows/windows.yml: Use checkout@v6.
authorIvan Zhakov <ivan@apache.org>
Tue, 2 Jun 2026 10:50:20 +0000 (10:50 +0000)
committerIvan Zhakov <ivan@apache.org>
Tue, 2 Jun 2026 10:50:20 +0000 (10:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934873 13f79535-47bb-0310-9956-ffa450edef68

.github/workflows/windows.yml

index b830668d74be335c2c3cb7f4bc04eb51b9e60776..3d6f58577a0532e799d1bc88244054a0f51a10a5 100644 (file)
@@ -54,7 +54,7 @@ jobs:
       - name: Install dependencies
         run: vcpkg install --triplet ${{ matrix.triplet }} apr[private-headers] apr-util pcre2 openssl
 
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v6
 
       - name: Configure CMake
         shell: cmd