Skip to content

Commit

Permalink
Merge pull request #53 from smlx/dependabot/github_actions/actions/ch…
Browse files Browse the repository at this point in the history
…eckout-2.4.0

chore(deps): bump actions/checkout from 2.3.5 to 2.4.0
  • Loading branch information
smlx committed Nov 3, 2021
2 parents e7d96e8 + 469f221 commit b0d5f1b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yaml
Expand Up @@ -21,7 +21,7 @@ jobs:
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
steps:
- name: Checkout repository
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yaml
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
with:
fetch-depth: 0
- name: Lint Commits
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
- name: Configure git
run: |
git config --global user.name "$GITHUB_ACTOR"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yaml
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
- name: golangci-lint
uses: golangci/golangci-lint-action@v2.5.2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-release.yaml
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
with:
fetch-depth: 0
- name: Configure Git
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
- name: Configure git
run: |
git config --global user.name "$GITHUB_ACTOR"
Expand Down

0 comments on commit b0d5f1b

Please sign in to comment.