Skip to content
This repository was archived by the owner on Feb 12, 2026. It is now read-only.

Commit 434d9f3

Browse files
committed
Bump GitHub Actions checkout/go/tf versions too
1 parent 8b611e9 commit 434d9f3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/acceptance.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ jobs:
88
env:
99
IMPROVMX_API_TOKEN: ${{ secrets.IMPROVMX_TF_TEST }}
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212

13-
- uses: actions/setup-go@v2
13+
- uses: actions/setup-go@v4
1414
with:
1515
go-version: 1.21
1616
- run: |
1717
go mod download
1818
go build .
1919
20-
- uses: hashicorp/setup-terraform@v1
20+
- uses: hashicorp/setup-terraform@v3
2121
- run: |
2222
cat <<~EOF >> ~/.terraformrc
2323
provider_installation {

0 commit comments

Comments
 (0)