Skip to content

Commit f19d503

Browse files
authored
update github actions versions (#1098)
1 parent e0874ab commit f19d503

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ jobs:
4848
timeout-minutes: 10
4949
steps:
5050
- name: Set up Go
51-
uses: actions/setup-go@v3
51+
uses: actions/setup-go@v5
5252
with:
5353
go-version: ${{ matrix.go }}
5454
id: go
5555
- name: Check out code into the Go module directory
56-
uses: actions/checkout@v2
56+
uses: actions/checkout@v4
5757
- name: Setup terraform
58-
uses: hashicorp/setup-terraform@v1
58+
uses: hashicorp/setup-terraform@v3
5959
- name: Build
6060
run: |
6161
make
@@ -71,7 +71,7 @@ jobs:
7171
- name: Test
7272
run: |
7373
make test
74-
- uses: actions/upload-artifact@v2
74+
- uses: actions/upload-artifact@v4
7575
with:
7676
name: terraform-provider-libvirt-${{ matrix.os }}
7777
path: ${{ github.workspace }}/terraform-provider-libvirt*

0 commit comments

Comments
 (0)