Skip to content

Commit

Permalink
ci: bump actions/checkout from 2.3.4 to 2.3.5 (#58)
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 Oct 18, 2021
1 parent 3fd5e8d commit 4be7ca5
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/[email protected].4
- uses: actions/[email protected].5
- 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/[email protected].4
- uses: actions/[email protected].5

- name: Install nkf
run: |
Expand Down

0 comments on commit 4be7ca5

Please sign in to comment.