diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 81d9e41..5e17c4e 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -31,7 +31,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') }} @@ -62,7 +62,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') }}