Skip to content

Commit

Permalink
Merge pull request #3 from demartini/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-v2.3.2

chore(deps): bump actions/checkout from v2.3.1 to v2.3.2
  • Loading branch information
demartini committed Sep 15, 2020
2 parents eecac02 + fb28c2e commit c48a081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup | Checkout
uses: actions/checkout@v2.3.1
uses: actions/checkout@v2.3.2
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reviewdog.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup | Checkout
uses: actions/checkout@v2.3.1
uses: actions/checkout@v2.3.2

- name: Run | shellcheck-github-pr-check
uses: reviewdog/action-shellcheck@v1.3
Expand Down

0 comments on commit c48a081

Please sign in to comment.