13
0
Fork 0
mirror of https://github.com/goreleaser/goreleaser-action.git synced 2026-07-02 19:19:34 +00:00

docs: upgrade checkout GitHub Action in README.md (#507)

This commit is contained in:
Kévin Dunglas 2025-08-25 20:09:53 +02:00 committed by GitHub
parent 35b9a27f96
commit a08664b80c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,7 +54,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0
-