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