Skip to content

Commit 65e1f7f

Browse files
chore(deps): update actions/setup-go action to v4
1 parent 69ff68d commit 65e1f7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dashboards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 0
2222

2323
- name: Set up golang
24-
uses: actions/setup-go@v3
24+
uses: actions/setup-go@v4
2525
with:
2626
go-version: ${{ env.golang-version }}
2727

.github/workflows/sec-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
persist-credentials: false
2323

24-
- uses: actions/setup-go@v3
24+
- uses: actions/setup-go@v4
2525
with:
2626
go-version: ${{ env.golang-version }}
2727

0 commit comments

Comments
 (0)