Skip to content

Commit

Permalink
Merge pull request #1 from BenMMcLean/update-pkl/feature/0.25.3-pkl-lang
Browse files Browse the repository at this point in the history
Update Pkl from 0.25.2 to 0.25.3
  • Loading branch information
BenMMcLean authored Apr 11, 2024
2 parents fe48567 + 78161a9 commit 1c8340b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pkl-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.25.2
0.25.3
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.25.2/pkl-linux-amd64 && \
RUN curl -L -o /pkl https://github.com/apple/pkl/releases/download/0.25.3/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.25.2 of the Pkl tool/lang.
Generates swift source code for a Pkl model. Based on version 0.25.3 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.25.2 of the Pkl tool/lang.'
description: 'Generates swift source code for a Pkl model. Based on version 0.25.3 of the Pkl tool/lang.'
inputs:
input-file:
description: 'The Pkl file to process'
Expand Down

0 comments on commit 1c8340b

Please sign in to comment.