From cae087d27eac80c4385d97309baeacb1e096f485 Mon Sep 17 00:00:00 2001 From: Alex Sharov Date: Fri, 2 Feb 2024 17:22:23 +0700 Subject: [PATCH] up github-ci actions version (#111) --- .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 fc1efa0..752e9ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,8 +13,8 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 - - uses: actions/setup-go@v4 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: '1.20' - run: go install github.com/pelletier/go-toml/v2/cmd/tomll@latest