Skip to content

Commit 13fb558

Browse files
authored
Merge pull request #104 from MoodyReaper/dependabot/github_actions/actions/setup-go-5.0.1
chore(deps): bump actions/setup-go from 5.0.0 to 5.0.1
2 parents f090ac6 + a4c512e commit 13fb558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request-or-push-to-master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Checkout
8585
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
8686
- name: Setup Go
87-
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
87+
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
8888
with:
8989
go-version: 1.22.1
9090
cache-dependency-path: go/go.sum

0 commit comments

Comments
 (0)