Bump node actions (#3569)

This commit is contained in:
Nikola Jokic
2024-06-21 12:11:29 +02:00
committed by GitHub
parent b2c6992e84
commit 4eb038eaa1
18 changed files with 77 additions and 77 deletions

View File

@@ -1,7 +1,7 @@
package testing
const (
ActionsCheckout = "actions/checkout@v3"
ActionsCheckout = "actions/checkout@v4"
)
type Workflow struct {