Skip to content

Commit

Permalink
Update carton to 0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Jan 25, 2024
1 parent 18d6585 commit f9b6ec8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_swift_tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
swift-version: [5.9.1]
include:
- swift-version: 5.9.1
carton-version: 0.20.0
carton-version: 0.20.1

steps:
- name: Checkout the repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/${{ env.REPOSITORY_LC }}:${{ env.DOCKER_TAG }}
build-args: |
CARTON_TAG=0.20.0
CARTON_TAG=0.20.1
SWIFT_DOCKER_IMAGE=swift:5.9.0-jammy
SWIFT_TAG=wasm-5.9.1-RELEASE
NODE_VERSION=18.x
Expand Down

0 comments on commit f9b6ec8

Please sign in to comment.