Skip to content

Commit

Permalink
Merge pull request #422 from AllenDang/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-go-2.1.5

build(deps): bump actions/setup-go from 2.1.4 to 2.1.5
  • Loading branch information
AllenDang authored Dec 22, 2021
2 parents 51e4af3 + 7588c3d commit 06c1243
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
sudo apt-get --allow-releaseinfo-change update
sudo apt-get install -y libgtk-3-dev libasound2-dev libxxf86vm-dev
- name: Set up Go environment
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
go-version: 1.16.x
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/[email protected]
with:
fetch-depth: 2
- uses: actions/setup-go@v2
- uses: actions/setup-go@v2.1.5
with:
go-version: '1.16'
- name: Run coverage
Expand Down

0 comments on commit 06c1243

Please sign in to comment.