Skip to content

Commit

Permalink
Merge pull request #94 from atc0005/dependabot/github_actions/master/…
Browse files Browse the repository at this point in the history
…actions/checkout-2.4.0

ghaw: bump actions/checkout from 2.3.5 to 2.4.0
  • Loading branch information
atc0005 authored Nov 3, 2021
2 parents 32efcb3 + 729a701 commit bd66c95
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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/checkout@v2.3.5
uses: actions/checkout@v2.4.0

- 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/checkout@v2.3.5
uses: actions/checkout@v2.4.0

- 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/checkout@v2.3.5
uses: actions/checkout@v2.4.0

- name: Build using vendored dependencies
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/checkout@v2.3.5
uses: actions/checkout@v2.4.0

# 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/checkout@v2.3.5
uses: actions/checkout@v2.4.0

# 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/checkout@v2.3.5
uses: actions/checkout@v2.4.0

- name: Remove repo-provided golangci-lint config file
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-docker-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0

- name: Run hadolint against all Dockerfile files
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/checkout@v2.3.5
uses: actions/checkout@v2.4.0

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

0 comments on commit bd66c95

Please sign in to comment.