diff --git a/.github/workflows/01-make-dist-worker.yml b/.github/workflows/01-make-dist-worker.yml index bb43f2ba04..c5ff37b90a 100644 --- a/.github/workflows/01-make-dist-worker.yml +++ b/.github/workflows/01-make-dist-worker.yml @@ -128,7 +128,7 @@ jobs: - name: Prepare ccache # Based on https://docs.github.com/en/actions/reference/workflows-and-actions/dependency-caching#example-using-the-cache-action example id: cache-ccache - uses: actions/cache@v4 + uses: actions/cache@v5 env: compiler: 'CC=gcc CXX=g++' cache-name: cache-ccache-${{ env.compiler }} diff --git a/.github/workflows/05-codeql.yml b/.github/workflows/05-codeql.yml index c5572d1768..a13c4b1a46 100644 --- a/.github/workflows/05-codeql.yml +++ b/.github/workflows/05-codeql.yml @@ -81,7 +81,7 @@ jobs: - name: Prepare ccache # Based on https://docs.github.com/en/actions/reference/workflows-and-actions/dependency-caching#example-using-the-cache-action example id: cache-ccache - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-ccache-${{ matrix.compiler }}-${{ matrix.NUT_SSL_VARIANTS }}-${{ matrix.NUT_USB_VARIANTS }} with: