Skip to content

Commit

Permalink
Bump actions/checkout from v2.3.1 to v2.3.2
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.1 to v2.3.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2.3.1...2036a08)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 10, 2020
1 parent df01496 commit a5a7cda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Build and push Docker images
uses: docker/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
go-version: 1.14.x

- name: Check out code into the Go module directory
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Cache go module
uses: actions/cache@v2
Expand Down

0 comments on commit a5a7cda

Please sign in to comment.