Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Commit

Permalink
Merge pull request #12 from dailymotion/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-go-v2.1.3

chore(deps): bump actions/setup-go from v2.1.2 to v2.1.3
  • Loading branch information
vbehar authored Oct 2, 2020
2 parents 2b08e3d + 5cf861c commit 775f713
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: git fetch --prune --unshallow

- name: Setup Go
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
go-version: '1.15'
- name: Run GoReleaser
Expand All @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v2

- name: Setup Go
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
go-version: '1.15'
- name: Run Unit Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: git fetch --prune --unshallow

- name: Setup Go
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
go-version: '1.15'
- name: Setup Helm
Expand Down

0 comments on commit 775f713

Please sign in to comment.