diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bd18ff4..5396775 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@v4 - name: Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: /tmp/.goxx-cache key: ${{ runner.os }}-goxx-base-${{ github.sha }}