Skip to content

Commit dc61a6e

Browse files
authored
Merge pull request #40 from ComplianceAsCode/dependabot/github_actions/actions/setup-go-6.1.0
chore(deps): bump actions/setup-go from 6.0.0 to 6.1.0
2 parents 4efb191 + fd0d595 commit dc61a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3030
- name: Setup Go
31-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
31+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
3232
with:
3333
go-version: ${{ matrix.go }}
3434
- name: Test

0 commit comments

Comments
 (0)