Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d59b677

Browse files
authoredFeb 11, 2025
Update actions in setup-go (microsoft#332)
1 parent 1d2fb24 commit d59b677

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed
 

‎.github/actions/setup-go/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ runs:
1212
steps:
1313
- name: Install Go
1414
id: install-go
15-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
15+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
1616
with:
1717
go-version: ${{ inputs.go-version }}
1818
cache: false
1919

2020
- name: Go cache
21-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
21+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
2222
with:
2323
# There is more code downloaded and built than is covered by '**/go.sum',
2424
# so give each job its own cache to try and not end up sharing the wrong

‎.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
version: 2
88
updates:
99
- package-ecosystem: 'github-actions'
10-
directory: '/'
10+
directories:
11+
- '/'
12+
- '/.github/actions/setup-go'
1113
schedule:
1214
interval: 'weekly'
1315
groups:

0 commit comments

Comments
 (0)
Please sign in to comment.