Skip to content

Commit a897bd9

Browse files
Update actions/setup-go action to v6.2.0 (#248)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fdf06ee commit a897bd9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pr-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929
ref: ${{ github.event.pull_request.head.sha }}
3030
persist-credentials: false
31-
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
31+
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
3232
if: github.event_name != 'pull_request' || github.event.action != 'closed'
3333
with:
3434
go-version-file: go.mod

.github/workflows/pr-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1818
with:
1919
persist-credentials: false
20-
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
20+
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
2121
with:
2222
go-version-file: go.mod
2323
- run: bash "${GITHUB_WORKSPACE}/scripts/pr_test/pr_test/test.sh"
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
fetch-depth: 0
3232
persist-credentials: false
33-
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
33+
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
3434
with:
3535
go-version-file: go.mod
3636
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0

0 commit comments

Comments
 (0)