diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4ace3fb..b35ffdb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,13 +10,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: go-version: ${{ matrix.version }} id: go - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: build run: go build