Skip to content

Commit

Permalink
Merge pull request #57 from minamijoyo/update-checkout-to-v4
Browse files Browse the repository at this point in the history
Update actions/checkout to v4
  • Loading branch information
minamijoyo authored Jan 14, 2024
2 parents 1bf39c6 + d3faa89 commit e984fc8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: '.go-version'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- ubuntu-latest
- macOS-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: '.go-version'
Expand All @@ -41,7 +41,7 @@ jobs:
TERRAFORM_VERSION: ${{ matrix.terraform }}
TFSCHEMA_TF_MODE: terraform
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: docker build
run: docker-compose build
- name: terraform --version
Expand All @@ -59,7 +59,7 @@ jobs:
OPENTOFU_VERSION: ${{ matrix.opentofu }}
TFSCHEMA_TF_MODE: opentofu
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: docker build
run: docker-compose build
- name: opentofu --version
Expand Down

0 comments on commit e984fc8

Please sign in to comment.