Skip to content

Commit

Permalink
ci: bump actions/setup-go from v2.1.2 to v2.1.3
Browse files Browse the repository at this point in the history
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
dependabot[bot] authored and ptrus committed Oct 2, 2020
1 parent 5f71760 commit 17e1040
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .changelog/3365.internal.md
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
2 changes: 1 addition & 1 deletion .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-reproducibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 17e1040

Please sign in to comment.