Skip to content

Commit 50044ed

Browse files
Bump actions/setup-go from 6 to 6.4.0 in the minor-and-patches group (#884)
Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6173f05 commit 50044ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v6.0.3 # Checkout complement
18-
- uses: actions/setup-go@v6
18+
- uses: actions/setup-go@v6.4.0
1919
with:
2020
go-version-file: go.mod
2121
- name: "Run internal Complement tests"
@@ -56,7 +56,7 @@ jobs:
5656
steps:
5757
- uses: actions/checkout@v6.0.3 # Checkout complement
5858

59-
- uses: actions/setup-go@v6
59+
- uses: actions/setup-go@v6.4.0
6060
with:
6161
go-version-file: go.mod
6262

0 commit comments

Comments
 (0)