diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index 6eea13f..66958a4 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -46,7 +46,7 @@ jobs: shell: Rscript {0} - name: Cache styler - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.styler-location.outputs.location }} key: ${{ runner.os }}-styler-${{ github.sha }}