diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8fb9d8..f70d58f 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@v5 - 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@v5 - name: Conventional Changelog Action id: changelog