From 95b8844876c4c00aa27e4d2ecf0b847f7206f933 Mon Sep 17 00:00:00 2001 From: Taras Kushnir Date: Wed, 28 Aug 2024 08:32:20 +0300 Subject: [PATCH] Update actions dependencies --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 470e5b4..90f3bad 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,12 +16,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Set up Go 1.19 - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: 1.19 id: go - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build env: