1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

fix go action versions

This commit is contained in:
Bernhard Reiter 2025-10-23 14:15:32 +02:00
parent 8740244dd8
commit b6281012f5
No known key found for this signature in database
GPG key ID: 2B7BA3BF9BC3A554

View file

@ -46,12 +46,12 @@ jobs:
pull-requests: write # Modver needs to write comments/status on PRs
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v5
with:
fetch-depth: 0 # Modver needs full history for comparison
- name: Set up Go
uses: actions/setup-go@v5
uses: actions/setup-go@v6
with:
go-version: "stable"