diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 3a77a3e..f09ef9b 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v4 - name: Init Go modules Cache # Docs: - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}