From b829fb9fd75c766f44ef39c07f264da221885396 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 09:24:44 +0100 Subject: [PATCH] Bump actions/setup-go from 4 to 5 (#25) Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] Co-authored-by: Federico M. Facca --- .github/workflows/golang.yaml | 2 +- RELEASE_NOTES.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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`,