Skip to content

Commit ef14f6e

Browse files
committed
chore: update CI workflow
1 parent 72c7d76 commit ef14f6e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/go-cross.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
# https://github.com/marketplace/actions/checkout
2626
- name: Checkout code
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828

2929
# https://github.com/marketplace/actions/setup-go-environment
3030
- name: Set up Go ${{ matrix.go-version }}

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
tags:
8-
- v*
97
pull_request:
108
branches:
119
- main
@@ -24,7 +22,7 @@ jobs:
2422

2523
# https://github.com/marketplace/actions/checkout
2624
- name: Check out code
27-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2826
with:
2927
fetch-depth: 0
3028

0 commit comments

Comments
 (0)