Skip to content

Commit

Permalink
update readme actions/checkout to v4 (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yamasaki-zakisan committed Jan 29, 2024
1 parent 6ac2b08 commit 2dfb501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ defaults:
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v3

- name: Terraform fmt
Expand Down Expand Up @@ -158,7 +158,7 @@ defaults:
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v3

- name: Terraform fmt
Expand Down

0 comments on commit 2dfb501

Please sign in to comment.