diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8d4d62fb..f7c1038c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: - name: Install tparse run: | export GO111MODULE="on" && go install github.com/mfridman/tparse@latest - - uses: actions/cache@v2.1.7 + - uses: actions/cache@v4 with: path: ~/go/bin key: ${{ runner.os }}-go-tparse-binary @@ -43,7 +43,7 @@ jobs: - name: Generate LFS file list run: git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id - name: Restore LFS cache - uses: actions/cache@v2 + uses: actions/cache@v4 id: lfs-cache with: path: .git/lfs