diff --git a/.github/workflows/getdeps_linux.yml b/.github/workflows/getdeps_linux.yml index 7a295e2e9e..9164696754 100644 --- a/.github/workflows/getdeps_linux.yml +++ b/.github/workflows/getdeps_linux.yml @@ -28,7 +28,7 @@ jobs: free -h - uses: actions/checkout@v6 - name: Set up sccache - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 with: version: "v0.14.0" - name: Update system package info diff --git a/.github/workflows/getdeps_mac.yml b/.github/workflows/getdeps_mac.yml index 6b1a1686d7..4c6959881f 100644 --- a/.github/workflows/getdeps_mac.yml +++ b/.github/workflows/getdeps_mac.yml @@ -29,7 +29,7 @@ jobs: sysctl -n hw.memsize | awk '{print "Memory: " $1/1073741824 " GB"}' - uses: actions/checkout@v6 - name: Set up sccache - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 with: version: "v0.14.0" - name: Install system deps