Skip to content

Commit

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 26, 2021
1 parent 4f78421 commit 77cbfe8
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].2
uses: actions/[email protected].4

- 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].2
uses: actions/[email protected].4

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

0 comments on commit 77cbfe8

Please sign in to comment.