Skip to content

Commit

Permalink
Bump GitHub Actions checkout/go/tf versions too
Browse files Browse the repository at this point in the history
  • Loading branch information
issyl0 committed Dec 10, 2023
1 parent 8b611e9 commit 434d9f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ jobs:
env:
IMPROVMX_API_TOKEN: ${{ secrets.IMPROVMX_TF_TEST }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-go@v2
- uses: actions/setup-go@v4
with:
go-version: 1.21
- run: |
go mod download
go build .
- uses: hashicorp/setup-terraform@v1
- uses: hashicorp/setup-terraform@v3
- run: |
cat <<~EOF >> ~/.terraformrc
provider_installation {
Expand Down

0 comments on commit 434d9f3

Please sign in to comment.