Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Pkl from 0.26.1 to 0.26.2 #4

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pkl-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.26.1
0.26.2
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN curl -L https://download.swift.org/swift-5.10-release/ubuntu2204/swift-5.10-
tar xzf swift.tar.gz && \
mv swift-5.10-RELEASE-ubuntu22.04 /usr/share/swift

RUN curl -L -o /pkl https://github.com/apple/pkl/releases/download/0.26.1/pkl-linux-amd64 && \
RUN curl -L -o /pkl https://github.com/apple/pkl/releases/download/0.26.2/pkl-linux-amd64 && \
chmod +x /pkl && \
mv pkl /usr/share/swift/usr/bin/pkl

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PklSwift Action

Generates swift source code for a Pkl model. Based on version 0.26.1 of the Pkl tool/lang.
Generates swift source code for a Pkl model. Based on version 0.26.2 of the Pkl tool/lang.

## Inputs

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'Pkl Swift'
author: 'Emily McLean'
description: 'Generates swift source code for a Pkl model. Based on version 0.26.1 of the Pkl tool/lang.'
description: 'Generates swift source code for a Pkl model. Based on version 0.26.2 of the Pkl tool/lang.'
inputs:
input-file:
description: 'The Pkl file to process'
Expand Down