diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index 80da70752..842b87919 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -48,7 +48,7 @@ jobs: shell: Rscript {0} - name: Cache styler - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ steps.styler-location.outputs.location }} key: ${{ runner.os }}-styler-${{ github.sha }}