chore(deps): update actions/setup-node action to v6

GitOrigin-RevId: d1ad6f8ebd23ebd058713f29e5a6d5d6c576c73b
This commit is contained in:
renovate[bot] 2025-10-15 21:14:34 +01:00 committed by ory-bot
parent 49e472c126
commit 67a703b660
1 changed files with 2 additions and 1 deletions

View File

@ -4,8 +4,9 @@
package errorsx
import (
"github.com/ory/herodot"
"github.com/pkg/errors"
"github.com/ory/herodot"
)
// Cause returns the underlying cause of the error, if possible.