Skip to content

Commit 67b5d03

Browse files
authored
Bump pkl.impl.ghactions to version 1.3.2 (#31)
1 parent e22f293 commit 67b5d03

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

.github/PklProject

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

1818
dependencies {
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"

.github/PklProject.deps.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
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": {
@@ -22,6 +22,13 @@
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",

.github/workflows/prb.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
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

0 commit comments

Comments
 (0)