From fbb5cb46ab0894bcc4365e84b5ef6ed445ed0365 Mon Sep 17 00:00:00 2001 From: Naveen Mahalingam Date: Mon, 8 Jan 2024 19:31:24 -0800 Subject: [PATCH] update to latest versions for some actions --- .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 12cc358..0c44d5f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,11 +19,11 @@ jobs: steps: # Checkout the code - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v4 # Set up the GoLang environment - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v5 with: go-version: 1.17