Skip to content

Commit

Permalink
ci: bump actions/checkout from 2.3.5 to 2.4.0 (#59)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 3, 2021
1 parent 4be7ca5 commit 8235656
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
COMPOSE_DOCKER_CLI_BUILD: 1
DOCKER_BUILDKIT: 1
steps:
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v2.4.0
- run: docker-compose build
- run: make build
- run: make test
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-20.04
timeout-minutes: 3
steps:
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v2.4.0

- name: Install nkf
run: |
Expand Down

0 comments on commit 8235656

Please sign in to comment.