diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9fee444..52567ee 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -36,7 +36,7 @@ jobs: submodules: 'true' - name: Setup cache (mac/linux) - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: "/home/runner/work/systemc-python/systemc-python/.ccache" key: cache-${{ runner.os }}- @@ -44,7 +44,7 @@ jobs: if: ${{ runner.os != 'Windows' }} - name: Setup cache (windows) - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: "C:/ProgramData/chocolatey/" key: cache-${{ runner.os }}-