Skip to content

Commit addb2b7

Browse files
authoredMar 11, 2024··
Merge pull request #6 from rstudio/dependabot/github_actions/actions/setup-go-5
Bump actions/setup-go from 2 to 5
2 parents adf5953 + 4f19042 commit addb2b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: Set up Go
13-
uses: actions/setup-go@v2
13+
uses: actions/setup-go@v5
1414
with:
1515
go-version: 1.20.3
1616
- uses: actions/cache@v4

0 commit comments

Comments
 (0)
Please sign in to comment.