Skip to content

Commit e82787e

Browse files
authored
Merge pull request #136 from thaJeztah/bump_actions
gha: update actions/checkout@v4, actions/setup-go@v5
2 parents 7b7cbe3 + f06f82b commit e82787e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
matrix:
1616
os: [ubuntu, macos, windows]
1717
golang: ['1.23', '1.24']
18-
# currently, we cannot run non-x86_64 machines on Github Actions cloud env.
18+
# currently, we cannot run non-x86_64 machines on GitHub Actions cloud env.
1919
runs-on: ${{ matrix.os }}-latest
2020
name: CI golang ${{ matrix.golang }} on ${{ matrix.os }}
2121
steps:
22-
- uses: actions/checkout@v2
23-
- uses: actions/setup-go@v2
22+
- uses: actions/checkout@v4
23+
- uses: actions/setup-go@v5
2424
with:
2525
go-version: ${{ matrix.golang }}
2626
- name: Test

0 commit comments

Comments
 (0)