From 95103ef07d4c81ec9e8c79d981e851270aa0965e Mon Sep 17 00:00:00 2001 From: esimov Date: Sat, 3 May 2025 17:57:50 +0300 Subject: [PATCH] Fixed CI pipeline --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e88046..51d84fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: go-version: ${{ matrix.go-version }} - name: Cache-Go - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: | ~/go/pkg/mod # Module download cache @@ -59,7 +59,7 @@ jobs: with: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v4 with: go-version: ${{ matrix.go-version }} - name: Run tests