action: update actions version

This commit is contained in:
wwqgtxx
2025-10-06 09:23:22 +08:00
parent ce168c0e67
commit c13549f564
2 changed files with 7 additions and 7 deletions

View File

@@ -41,10 +41,10 @@ jobs:
# Fix mingw trying to be smart and converting paths https://github.com/moby/moby/issues/24029#issuecomment-250412919
MSYS_NO_PATHCONV: true
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup Go
uses: actions/setup-go@v5
uses: actions/setup-go@v6
with:
go-version: ${{ matrix.go-version }}