-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: bump actions/setup-go from v2.1.2 to v2.1.3
Bumps [actions/setup-go](https://github.com/actions/setup-go) from v2.1.2 to v2.1.3. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/ v2.1.2...37335c7bb261b353407cff977110895fa0b4f7d8) Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
5f71760
commit 17e1040
Showing
4 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ci: Bump actions/setup-go from v2.1.2 to v2.1.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ jobs: | |
with: | ||
node-version: "12.x" | ||
- name: Set up Go 1.15 | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
go-version: "1.15.x" | ||
- name: Install prerequisites | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ jobs: | |
# supported by actions-rs/toolchain. | ||
cp build${{ matrix.build_number }}/rust-toolchain . | ||
- name: Set up Go 1.15 | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
go-version: "1.15.x" | ||
- name: Set up Rust | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
# https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches | ||
fetch-depth: 0 | ||
- name: Set up Go 1.15 | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
go-version: "1.15.x" | ||
- name: Set up Rust | ||
|