diff --git a/.github/workflows/windows-cache-bdb.yml b/.github/workflows/windows-cache-bdb.yml index b578129..cb43993 100644 --- a/.github/workflows/windows-cache-bdb.yml +++ b/.github/workflows/windows-cache-bdb.yml @@ -30,7 +30,7 @@ jobs: - name: Cache Berkeley DB id: cache-bdb - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: C:\vcpkg\installed\x64-windows key: ${{ runner.os }}-bdb diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index c985095..d968535 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -64,7 +64,7 @@ jobs: - name: Cache Berkeley DB id: cache-bdb - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: C:\vcpkg\installed\x64-windows key: ${{ runner.os }}-bdb