Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 2 to 2.3.4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 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...v2.3.4)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 12, 2021
1 parent 33ac2dd commit 74a41b9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
#docker-build:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - uses: actions/checkout@v2.3.4
# - name: Build the Docker image
# run: docker build . --file Dockerfile
#goreleaser:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- name: golangci-lint
uses: golangci/golangci-lint-action@v2.5.2
with:
Expand All @@ -79,7 +79,7 @@ jobs:
#- 1.14.7
- 1.15.1
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- name: Install Go
uses: actions/setup-go@v2
with:
Expand All @@ -98,7 +98,7 @@ jobs:
OS: macos-latest
GOLANG: ${{ matrix.golang }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- name: Install Go
uses: actions/setup-go@v2
with:
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
OS: ubuntu-latest
GOLANG: ${{ matrix.golang }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- name: Install Go
uses: actions/setup-go@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Release-Notes Preview
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- run: |
git fetch --prune --unshallow --tags
- uses: snyk/release-notes-preview@v1.6.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@master
uses: actions/checkout@v2.3.4
-
name: Unshallow
run: git fetch --prune --unshallow
Expand Down

0 comments on commit 74a41b9

Please sign in to comment.