Skip to content

Commit ce10d8e

Browse files
committed
ci: updated ci name & action versions
1 parent f3f7585 commit ce10d8e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Go
1+
name: Tests
22

33
on:
44
push:
@@ -11,10 +11,9 @@ jobs:
1111
test:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
15-
14+
- uses: actions/checkout@v4
1615
- name: Set up Go
17-
uses: actions/setup-go@v3
16+
uses: actions/setup-go@v4
1817
- name: Set up Make
1918
run: sudo apt-get install make
2019
- name: Run tests

0 commit comments

Comments
 (0)