diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ef2b5762b..8c0e04e0e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -202,7 +202,7 @@ jobs: steps: - name: Restore cygwin packages from cache id: cygwin - uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3.2.1 + uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2 with: path: C:\cygwin_packages key: cygwin-packages-${{ runner.os }}-v1 @@ -229,7 +229,7 @@ jobs: - name: Restore Visual Studio 2017 from cache id: vs2017 if: matrix.version == 'jdk8u' - uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3.2.1 + uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2 with: path: ~/vs2017.exe key: vs2017