Skip to content

Commit 818aa51

Browse files
authored
Bump pkl.impl.ghactions to version 1.3.2 (#24)
1 parent 6f81568 commit 818aa51

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

.github/PklProject

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ amends "pkl:Project"
22

33
dependencies {
44
["pkl.impl.ghactions"] {
5-
uri = "package://pkg.pkl-lang.org/pkl-project-commons/pkl.impl.ghactions@1.1.6"
5+
uri = "package://pkg.pkl-lang.org/pkl-project-commons/pkl.impl.ghactions@1.3.2"
66
}
77
["com.github.actions"] {
88
uri = "package://pkg.pkl-lang.org/pkl-pantry/com.github.actions@1.3.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)