Upgrade action versions for updated runner
All checks were successful
test / test (push) Successful in 1m40s
All checks were successful
test / test (push) Successful in 1m40s
This commit is contained in:
parent
2434a5f9dd
commit
c2e877ea02
2 changed files with 5 additions and 5 deletions
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
|
|
@ -12,11 +12,11 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: ">=1.25.1"
|
||||
- name: Test code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue