diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8fb9d8..c7ec1f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: go-version: ^1.13 - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Build run: go build ./... @@ -34,7 +34,7 @@ jobs: steps: - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Conventional Changelog Action id: changelog