Update actions

This commit is contained in:
hurl-bot 2025-09-29 04:00:39 +00:00
parent dbc392c229
commit 55f0b1c16f
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
2 changed files with 2 additions and 2 deletions

View File

@ -629,7 +629,7 @@ jobs:
run: |
.\bin\install_rust.ps1
- name: Manage vcpkg cache
uses: actions/cache@v4.2.4
uses: actions/cache@v4.3.0
with:
path: C:\vcpkg
key: ${{ runner.os }}-release-windows-x64

View File

@ -423,7 +423,7 @@ jobs:
run: |
.\bin\install_rust.ps1
- name: Manage vcpkg cache
uses: actions/cache@v4.2.4
uses: actions/cache@v4.3.0
with:
path: C:\vcpkg
key: ${{ runner.os }}-test-windows-x64