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