Skip to content

Commit bd4795e

Browse files
authored
Merge pull request #181 from kcl-lang/dependabot/github_actions/ci-6c51e4eaa6
chore(deps): bump actions/setup-go from 5.1.0 to 5.2.0 in the ci group
2 parents 9246f16 + 269cf98 commit bd4795e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
fi
4343
echo "version=${VERSION}" >> $GITHUB_OUTPUT
4444
- name: Setup Go
45-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
45+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
4646
with:
4747
go-version: 1.23
4848
cache-dependency-path: |

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
restore-keys: |
2828
${{ runner.os }}-buildx-ghcache-
2929
- name: Setup Go
30-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
30+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
3131
with:
3232
go-version: 1.23
3333
cache-dependency-path: |

0 commit comments

Comments
 (0)