Skip to content

Commit de6cae0

Browse files
committed
feat: update ci
1 parent f60b316 commit de6cae0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
go-version: 1.24
1717

18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v2
1919
- name: Run Unit tests
2020
run: go test -v ./...
2121

@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626

27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v2
2828
- name: Run semantic-release
2929
if: github.repository == 'casdoor/notify2' && github.event_name == 'push'
3030
run: |

0 commit comments

Comments
 (0)