From fd66438828b300637cdc45e32d08f85d326be48c Mon Sep 17 00:00:00 2001 From: Jen Basch Date: Mon, 12 Jan 2026 18:01:46 -0800 Subject: [PATCH] Bump pkl.impl.ghactions to version 1.3.2 (#1403) Updates pkl.impl.ghactions package to version 1.3.2 --- .github/PklProject | 2 +- .github/PklProject.deps.json | 11 +++++++++-- .github/workflows/prb.yml | 2 ++ 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/PklProject b/.github/PklProject index 71eea1b6..068210bc 100644 --- a/.github/PklProject +++ b/.github/PklProject @@ -2,7 +2,7 @@ amends "pkl:Project" dependencies { ["pkl.impl.ghactions"] { - uri = "package://pkg.pkl-lang.org/pkl-project-commons/pkl.impl.ghactions@1.2.0" + uri = "package://pkg.pkl-lang.org/pkl-project-commons/pkl.impl.ghactions@1.3.2" } ["gha"] { uri = "package://pkg.pkl-lang.org/pkl-pantry/com.github.actions@1.2.0" diff --git a/.github/PklProject.deps.json b/.github/PklProject.deps.json index 5cd6e5ec..94071191 100644 --- a/.github/PklProject.deps.json +++ b/.github/PklProject.deps.json @@ -10,9 +10,9 @@ }, "package://pkg.pkl-lang.org/pkl-project-commons/pkl.impl.ghactions@1": { "type": "remote", - "uri": "projectpackage://pkg.pkl-lang.org/pkl-project-commons/pkl.impl.ghactions@1.2.0", + "uri": "projectpackage://pkg.pkl-lang.org/pkl-project-commons/pkl.impl.ghactions@1.3.2", "checksums": { - "sha256": "2f60e7167eab8728c4f60196fd5b6e9965723797528a859f36eb0ecbd2db2909" + "sha256": "a04ff65fd6ef83a124cb1f26db9c8b544327ac398396974f80fa63cd76700561" } }, "package://pkg.pkl-lang.org/pkl-pantry/pkl.experimental.deepToTyped@1": { @@ -22,6 +22,13 @@ "sha256": "1e6e29b441ffdee2605d317f6543a4a604aab5af472b63f0c47d92a3b4b36f7f" } }, + "package://pkg.pkl-lang.org/pkl-pantry/pkl.github.dependabotManagedActions@1": { + "type": "remote", + "uri": "projectpackage://pkg.pkl-lang.org/pkl-pantry/pkl.github.dependabotManagedActions@1.0.0", + "checksums": { + "sha256": "ebc9698278d8aac71bb5a7e4d913c3bbb75d57e8e725f0298e346e36783f6ca2" + } + }, "package://pkg.pkl-lang.org/pkl-pantry/com.github.dependabot@1": { "type": "remote", "uri": "projectpackage://pkg.pkl-lang.org/pkl-pantry/com.github.dependabot@1.0.0", diff --git a/.github/workflows/prb.yml b/.github/workflows/prb.yml index e3847ad4..6914eca8 100644 --- a/.github/workflows/prb.yml +++ b/.github/workflows/prb.yml @@ -741,6 +741,8 @@ jobs: chmod +x $PKL_EXEC echo "$DIR" >> "$GITHUB_PATH" echo "pkl_exec=$PKL_EXEC" >> "$GITHUB_OUTPUT" + - shell: bash + run: rm -rf .github/**/[a-z]*.yml - shell: bash run: pkl eval -m .github/ --project-dir .github/ .github/index.pkl - name: check git status