summaryrefslogtreecommitdiff
path: root/.github/workflows/release_dep.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-15 22:59:23 +0000
committerGitHub <[email protected]>2023-03-15 22:59:23 +0000
commit0773dfcdd551751dc1bab58ab4e0fe38ddb85746 (patch)
treee22e934ba1ca5d041d4c5078137442b8bd6afdee /.github/workflows/release_dep.yml
parent629e207ba0763ccf1ebe9c4431310b5a453889ad (diff)
build(deps): bump actions/setup-go from 3 to 4
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github/workflows/release_dep.yml')
-rw-r--r--.github/workflows/release_dep.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release_dep.yml b/.github/workflows/release_dep.yml
index 982a124c..37b9d2e6 100644
--- a/.github/workflows/release_dep.yml
+++ b/.github/workflows/release_dep.yml
@@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v3
- name: Set up Go
- uses: actions/setup-go@v3
+ uses: actions/setup-go@v4
with:
go-version: '1.20'