Skip to content

Commit 752099a

Browse files
chore(deps): Bump actions/setup-go from 5.3.0 to 5.4.0 (#110)
1 parent bd40927 commit 752099a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/checkout@v4
4444

4545
- name: Set up go
46-
uses: actions/setup-go@v5.3.0
46+
uses: actions/setup-go@v5.4.0
4747
with:
4848
go-version: ${{ matrix.go-version }}
4949
- run: |

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
fetch-depth: 0
5353

5454
- name: Set up go
55-
uses: actions/setup-go@v5.3.0
55+
uses: actions/setup-go@v5.4.0
5656
with:
5757
go-version: ${{ matrix.go-version }}
5858

0 commit comments

Comments
 (0)