Skip to content

Commit

Permalink
Merge pull request #18 from reviewdog/renovate/actions-checkout-2.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout action to v2
  • Loading branch information
haya14busa authored Oct 25, 2020
2 parents fd44738 + efb00f5 commit 742a22a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag reviewdog-shellcheck:$(date +%s)
2 changes: 1 addition & 1 deletion .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
name: runner / shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: shellcheck-github-pr-check
uses: ./
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_semver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
update-semver:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: haya14busa/action-update-semver@v1
with:
github_token: ${{ secrets.github_token }}

0 comments on commit 742a22a

Please sign in to comment.