From 71a6f62989be4444639262dde1325330343c05d8 Mon Sep 17 00:00:00 2001 From: Jesse Peterson Date: Tue, 7 Feb 2023 12:30:08 -0800 Subject: [PATCH] Update actions v2->v3 --- .github/workflows/go.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f70fcfc..6663eb6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,10 +15,10 @@ jobs: platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: setup go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: ${{ matrix.go-version }} @@ -59,10 +59,10 @@ jobs: MYSQL_PWD: nanomdm PORT: 3800 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: setup go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: ${{ matrix.go-version }}