From 05e9234c2e6dfc944a137cfb1b288a597f31360f Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Sat, 29 Oct 2022 17:29:10 -0500 Subject: [PATCH] Upgrade setup-go and checkout actions to v3 --- .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 efe7989b..17146ff4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,12 +58,12 @@ jobs: steps: - name: Set up Go 1.x - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: ${{ matrix.go-version }} - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup database server for testing run: ci/setup_test.bash