diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 9cb779b257d57b..afa794920c85f1 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -25,7 +25,7 @@ jobs: - name: Setup ccache - uses: hendrikmuhs/ccache-action@c92f40bee50034e84c763e33b317c77adaa81c92 # v1.2.13 + uses: hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 # v1.2.14 with: max-size: 50G diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 3880f8333f18c5..e20fc6081969fe 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -131,7 +131,7 @@ jobs: # - name: Setup ccache - uses: hendrikmuhs/ccache-action@c92f40bee50034e84c763e33b317c77adaa81c92 # v1.2.13 + uses: hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 # v1.2.14 with: max-size: "2000M" # Should save cache only if run in the master branch of the base repo diff --git a/.github/workflows/mac_arm64.yml b/.github/workflows/mac_arm64.yml index 8386f54719b02c..f14c897af2c661 100644 --- a/.github/workflows/mac_arm64.yml +++ b/.github/workflows/mac_arm64.yml @@ -131,7 +131,7 @@ jobs: # - name: Setup ccache - uses: hendrikmuhs/ccache-action@c92f40bee50034e84c763e33b317c77adaa81c92 # v1.2.13 + uses: hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 # v1.2.14 with: max-size: "2000M" # Should save cache only if run in the master branch of the base repo