Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #259 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 782994b + b0566c3 commit 58f917e
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 @@ -34,7 +34,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 @@ -65,7 +65,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 @@ -87,7 +87,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 @@ -38,7 +38,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 @@ -74,7 +74,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 @@ -32,7 +32,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 @@ -33,7 +33,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 @@ -43,7 +43,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 58f917e

Please sign in to comment.