diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 80900c9..1642bc1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v4 - name: Cache binaries id: cache-binaries - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ./cmd key: price-feeder-${{ matrix.targetos }}-${{ matrix.arch }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 18be55a..30fad94 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: go-version: 1.19 - name: Display Go Version run: go version - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: cache-go-tparse with: path: ~/go/bin