Skip to content

Commit

Permalink
Merge pull request #2042 from go-redis/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-3

chore(deps): bump actions/checkout from 2 to 3
  • Loading branch information
vmihailenco committed Mar 16, 2022
2 parents 65e242e + cfc0812 commit d28f1f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
go-version: ${{ matrix.go-version }}

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Test
run: make test
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Expand Up @@ -5,7 +5,7 @@ jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v4
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Expand Up @@ -14,6 +14,6 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ncipollo/release-action@v1
with:
body:
Expand Down

0 comments on commit d28f1f8

Please sign in to comment.