Skip to content

Commit a3d8ad5

Browse files
authored
Bump pkl.impl.ghactions to version 1.1.6 (#28)
1 parent d6fcce8 commit a3d8ad5

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.github/PklProject

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.4"
20+
uri = "package://pkg.pkl-lang.org/pkl-project-commons/pkl.impl.ghactions@1.1.6"
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: 2 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.4",
13+
"uri": "projectpackage://pkg.pkl-lang.org/pkl-project-commons/pkl.impl.ghactions@1.1.6",
1414
"checksums": {
15-
"sha256": "8e6f5dcf56d091afa049b65f1e012b98f4c7a6d156aae7f8c2e778775569d892"
15+
"sha256": "efe36e694f45b0804c5fcc746774727c016c866478b8c1eb0ea86d00c8bd8cf2"
1616
}
1717
},
1818
"package://pkg.pkl-lang.org/pkl-pantry/pkl.experimental.deepToTyped@1": {

.github/workflows/__lockfile__.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44
# It also gets updated by dependabot (see .github/dependabot.yml).
55
# Generated from Workflow.pkl. DO NOT EDIT.
66
name: __lockfile__
7-
'on': {}
7+
'on':
8+
push:
9+
branches-ignore:
10+
- '**'
11+
tags-ignore:
12+
- '**'
813
jobs:
914
locks:
1015
if: 'false'

0 commit comments

Comments
 (0)