Skip to content

Commit

Permalink
ghaw: bump actions/checkout from v2.3.2 to v2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Sep 24, 2020
1 parent 399eb96 commit a0e4965
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint-and-build-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Check out code
uses: actions/[email protected].2
uses: actions/[email protected].3

- name: Remove repo-provided golangci-lint config file
run: |
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:

steps:
- name: Check out code
uses: actions/[email protected].2
uses: actions/[email protected].3

- name: Run all tests
run: go test -mod=vendor -v ./...
Expand All @@ -78,7 +78,7 @@ jobs:
run: go version

- name: Check out code
uses: actions/[email protected].2
uses: actions/[email protected].3

- name: Build using vendored dependencies (if applicable)
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-and-build-using-make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: go version

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

# bsdmainutils provides "column" which is used by the Makefile
- name: Install Ubuntu packages
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
run: go version

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

# bsdmainutils provides "column" which is used by the Makefile
- name: Install Ubuntu packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Check out code
uses: actions/[email protected].2
uses: actions/[email protected].3

- name: Remove repo-provided golangci-lint config file
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
npm install -g markdownlint-cli
- name: Check out code
uses: actions/[email protected].2
uses: actions/[email protected].3

- name: Run Markdown linting tools
# The `.markdownlint.yml` file specifies config settings for this
Expand Down

0 comments on commit a0e4965

Please sign in to comment.