File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed
Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 11//===----------------------------------------------------------------------===//
2- // Copyright © 2025 Apple Inc. and the Pkl project authors. All rights reserved.
2+ // Copyright © 2025-2026 Apple Inc. and the Pkl project authors. All rights reserved.
33//
44// Licensed under the Apache License, Version 2.0 (the "License");
55// you may not use this file except in compliance with the License.
@@ -17,7 +17,7 @@ amends "pkl:Project"
1717
1818dependencies {
1919 ["pkl.impl.ghactions"] {
20- uri = "package://pkg.pkl-lang.org/pkl-project-commons/pkl.impl.ghactions@1.1.6 "
20+ uri = "package://pkg.pkl-lang.org/pkl-project-commons/pkl.impl.ghactions@1.3.2 "
2121 }
2222 ["com.github.actions"] {
2323 uri = "package://pkg.pkl-lang.org/pkl-pantry/com.github.actions@1.2.0"
Original file line number Diff line number Diff line change 1010 },
1111 "package://pkg.pkl-lang.org/pkl-project-commons/pkl.impl.ghactions@1" : {
1212 "type" : " remote" ,
13- "uri" : " projectpackage://pkg.pkl-lang.org/pkl-project-commons/pkl.impl.ghactions@1.1.6 " ,
13+ "uri" : " projectpackage://pkg.pkl-lang.org/pkl-project-commons/pkl.impl.ghactions@1.3.2 " ,
1414 "checksums" : {
15- "sha256" : " efe36e694f45b0804c5fcc746774727c016c866478b8c1eb0ea86d00c8bd8cf2 "
15+ "sha256" : " a04ff65fd6ef83a124cb1f26db9c8b544327ac398396974f80fa63cd76700561 "
1616 }
1717 },
1818 "package://pkg.pkl-lang.org/pkl-pantry/pkl.experimental.deepToTyped@1" : {
2222 "sha256" : " 1e6e29b441ffdee2605d317f6543a4a604aab5af472b63f0c47d92a3b4b36f7f"
2323 }
2424 },
25+ "package://pkg.pkl-lang.org/pkl-pantry/pkl.github.dependabotManagedActions@1" : {
26+ "type" : " remote" ,
27+ "uri" : " projectpackage://pkg.pkl-lang.org/pkl-pantry/pkl.github.dependabotManagedActions@1.0.0" ,
28+ "checksums" : {
29+ "sha256" : " ebc9698278d8aac71bb5a7e4d913c3bbb75d57e8e725f0298e346e36783f6ca2"
30+ }
31+ },
2532 "package://pkg.pkl-lang.org/pkl-pantry/com.github.dependabot@1" : {
2633 "type" : " remote" ,
2734 "uri" : " projectpackage://pkg.pkl-lang.org/pkl-pantry/com.github.dependabot@1.0.0" ,
Original file line number Diff line number Diff line change 5353 chmod +x $PKL_EXEC
5454 echo "$DIR" >> "$GITHUB_PATH"
5555 echo "pkl_exec=$PKL_EXEC" >> "$GITHUB_OUTPUT"
56+ - shell : bash
57+ run : rm -rf .github/**/[a-z]*.yml
5658 - shell : bash
5759 run : pkl eval -m .github/ --project-dir .github/ .github/index.pkl
5860 - name : check git status
You can’t perform that action at this time.
0 commit comments