Skip to content

Commit

Permalink
Merge pull request #83 from minamijoyo/update-actions-checkout-to-v3
Browse files Browse the repository at this point in the history
Update actions/checkout@v3
  • Loading branch information
minamijoyo authored Apr 14, 2022
2 parents 7abf71f + 20307da commit d74d26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
env:
TERRAFORM_VERSION: ${{ matrix.terraform }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: docker build
run: docker-compose build
- name: start localstack
Expand Down

0 comments on commit d74d26b

Please sign in to comment.