diff --git a/.github/workflows/golang.yaml b/.github/workflows/golang.yaml index b04982e..feba2f4 100644 --- a/.github/workflows/golang.yaml +++ b/.github/workflows/golang.yaml @@ -33,7 +33,7 @@ jobs: # against: "https://github.com/${GITHUB_REPOSITORY}.git#branch=main" # input: "proto" - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version-file: go.mod ## it would be good to compile it else where so we can just download the exec diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index cd11fec..74737eb 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -12,6 +12,10 @@ by @hiimjako) - [Documentation] Change fault id data type (PR #26 by @tejo) +### Dependencies + +- Bump actions/setup-go from 4 to 5 (PR #25 by @dependabot[bot]) + ### Refactoring - Event: set `occurredAt` as required, correct Event Status to `Started`,