Bump versions, fix dependabot updates (#1361)

This commit is contained in:
Daniel Chao
2025-12-10 18:03:32 -08:00
committed by GitHub
parent b170968e9e
commit 2578703081
10 changed files with 21 additions and 17 deletions

4
.github/PklProject vendored
View File

@@ -2,9 +2,9 @@ amends "pkl:Project"
dependencies {
["pkl.impl.ghactions"] {
uri = "package://pkg.pkl-lang.org/pkl-project-commons/pkl.impl.ghactions@1.1.0"
uri = "package://pkg.pkl-lang.org/pkl-project-commons/pkl.impl.ghactions@1.1.2"
}
["gha"] {
uri = "package://pkg.pkl-lang.org/pkl-pantry/com.github.actions@1.1.0"
uri = "package://pkg.pkl-lang.org/pkl-pantry/com.github.actions@1.2.0"
}
}