Skip to content

Commit

Permalink
Merge pull request #22 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 2e16db5 + 41ff0ca commit db924d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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-misspell:$(date +%s)
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 db924d1

Please sign in to comment.