Skip to content

Commit a73895a

Browse files
ci(deps): bump actions/setup-go from 5.3.0 to 5.4.0 (#507)
1 parent baec1bc commit a73895a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/actions.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fetch-depth: 0
3333
- run: git log --oneline
3434
- run: ls -al
35-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
35+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
3636
with:
3737
go-version: '1.23.4'
3838
- run: go vet
@@ -110,7 +110,7 @@ jobs:
110110
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
111111
with:
112112
fetch-depth: 0
113-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
113+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
114114
with:
115115
go-version: '1.23.4'
116116
- run: go install

0 commit comments

Comments
 (0)