update checkout action
Build and Publish / go-binaries (push) Has been skipped
Build and Publish / container-images (push) Has been skipped
Build and Publish / check-chart (push) Successful in 12s
Build and Publish / helm-release (push) Has been skipped

This commit is contained in:
2026-07-05 17:35:13 -04:00
parent defd5b861c
commit b8e2c2c064
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v') # Only run on tag push
steps:
- name: Checkout Code
uses: actions/checkout@v4
uses: actions/checkout@v7
- name: Set up Go Environment
uses: actions/setup-go@v4