diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 669b3eb1..50818302 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@v4 + uses: actions/cache@v5 with: path: ./cmd key: price-feeder-${{ matrix.targetos }}-${{ matrix.arch }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8f4e559a..5ac05102 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: go-version: 1.21.1 - name: Display Go Version run: go version - - uses: actions/cache@v4 + - uses: actions/cache@v5 id: cache-go-tparse with: path: ~/go/bin