diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index 3edb987e..1d2066e0 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -51,7 +51,7 @@ jobs: ) shell: Rscript {0} - name: Cache styler - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ${{ steps.styler-location.outputs.location }} key: ${{ runner.os }}-styler-${{ github.sha }}