Bump pkl.impl.ghactions to version 1.3.3 (#1408)

Updates pkl.impl.ghactions package to version 1.3.3
This commit is contained in:
Jen Basch
2026-01-15 12:06:56 -08:00
committed by GitHub
parent fd66438828
commit f6cfc82201
3 changed files with 4 additions and 3 deletions

2
.github/PklProject vendored
View File

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

View File

@@ -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.3.2",
"uri": "projectpackage://pkg.pkl-lang.org/pkl-project-commons/pkl.impl.ghactions@1.3.3",
"checksums": {
"sha256": "a04ff65fd6ef83a124cb1f26db9c8b544327ac398396974f80fa63cd76700561"
"sha256": "ee5d6f7a8049930e311c4dd2d3f528dfe828694329aea9bb90da5afed4d736ec"
}
},
"package://pkg.pkl-lang.org/pkl-pantry/pkl.experimental.deepToTyped@1": {

1
.github/workflows/build.yml generated vendored
View File

@@ -5,6 +5,7 @@ name: Build
branches-ignore:
- main
- release/*
- dependabot/**
tags-ignore:
- '**'
concurrency: