diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4beda05..10caf08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/setup-go@v5 with: go-version-file: go.mod - - uses: magnetikonline/action-golang-cache@v4 + - uses: magnetikonline/action-golang-cache@v5 with: go-version-file: go.mod - run: make check