Skip to content

Commit

Permalink
Merge pull request #4 from systemli/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-go-2.1.4

Bump actions/setup-go from 2.1.3 to 2.1.4
  • Loading branch information
xshadow authored Sep 3, 2021
2 parents 2fdccd3 + ff1542f commit 2c2c9a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/[email protected]

- name: Setup go
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
go-version: '1.16.x'

Expand All @@ -31,7 +31,7 @@ jobs:
- uses: actions/[email protected]

- name: Setup go
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
go-version: '1.16.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0

- name: Setup go
uses: actions/setup-go@v2
uses: actions/setup-go@v2.1.4
with:
go-version: 1.16.x

Expand Down

0 comments on commit 2c2c9a7

Please sign in to comment.