@@ -17,14 +17,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
with:
# This is required to allow GoReleaser to fetch all tags
# to determine the next version number.
fetch-depth: 0
- name: Set up Go
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
with:
go-version: "1.25" # Match the Go version in go.mod