chore: Updated actions
Some checks failed
ci / build (push) Has been cancelled

This commit is contained in:
Patrick Sy 2026-02-17 15:53:14 +01:00
parent d0aea88a5b
commit a5fc59df75
Signed by: Patrick.Sy
GPG key ID: DDDC8EC51823195E
2 changed files with 5 additions and 5 deletions

View file

@ -10,11 +10,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-file: go.mod
- name: Test code