diff --git a/.github/workflows/debian.yaml b/.github/workflows/debian.yaml index 89c174c11..b53eef07c 100644 --- a/.github/workflows/debian.yaml +++ b/.github/workflows/debian.yaml @@ -61,7 +61,7 @@ jobs: mkdir -p ${{ runner.temp }}/ccache/tmp - name: Save ccache folder - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ runner.temp }}/ccache key: ${{ runner.os }}-${{ steps.dist_short.outputs.short_name }} diff --git a/.github/workflows/ubuntu.yaml b/.github/workflows/ubuntu.yaml index 465224909..da077b612 100644 --- a/.github/workflows/ubuntu.yaml +++ b/.github/workflows/ubuntu.yaml @@ -44,7 +44,7 @@ jobs: mkdir -p ${{ runner.temp }}/ccache/tmp - name: Save ccache folder - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ runner.temp }}/ccache key: ${{ runner.os }}-${{ matrix.ubuntu-distro }}