Skip to content

Commit 8c74d15

Browse files
Merge pull request #35 from GoodNotes/yt/update-carton-0.20.1
Update carton to 0.20.1
2 parents 18d6585 + f9b6ec8 commit 8c74d15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_swift_tools.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
swift-version: [5.9.1]
1515
include:
1616
- swift-version: 5.9.1
17-
carton-version: 0.20.0
17+
carton-version: 0.20.1
1818

1919
steps:
2020
- name: Checkout the repo

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
push: ${{ github.event_name != 'pull_request' }}
4747
tags: ghcr.io/${{ env.REPOSITORY_LC }}:${{ env.DOCKER_TAG }}
4848
build-args: |
49-
CARTON_TAG=0.20.0
49+
CARTON_TAG=0.20.1
5050
SWIFT_DOCKER_IMAGE=swift:5.9.0-jammy
5151
SWIFT_TAG=wasm-5.9.1-RELEASE
5252
NODE_VERSION=18.x

0 commit comments

Comments
 (0)