From d26e1a2feff9f7375ff20c3c84b31ac821b5a2c0 Mon Sep 17 00:00:00 2001 From: potato Date: Tue, 28 Nov 2023 14:51:40 +0100 Subject: [PATCH] SECURITY-9072: update github action tags Co-authored-by: Laszlo Losonczy --- .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 96770ac..ad86adb 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -20,10 +20,10 @@ jobs: name: Go ${{ matrix.go }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup go - uses: actions/setup-go@v2 + uses: actions/setup-go@v4 with: go-version: ${{ matrix.go }}