Skip to content

Commit a82f479

Browse files
committed
sync the actions with urfave/cli
1 parent f1d4670 commit a82f479

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ubuntu-latest, macos-latest, windows-latest]
13-
go: [1.18.x, 1.19.x, 1.20.x]
13+
go: [stable, oldstable]
1414
runs-on: ${{ matrix.os }}
1515
steps:
16-
- uses: actions/setup-go@v4
16+
- uses: actions/setup-go@v5
1717
with:
1818
go-version: ${{ matrix.go }}
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 0
2222
- run: make

0 commit comments

Comments
 (0)