Skip to content

Commit

Permalink
[INJIMOB-1631]: update swift version in workflow
Browse files Browse the repository at this point in the history
Signed-off-by: adityankannan-tw <[email protected]>
  • Loading branch information
Adityankannan committed Sep 3, 2024
1 parent f773848 commit 7acf719
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Push trigger for swift-library
name: Push trigger

on:
push:
Expand All @@ -24,9 +24,9 @@ jobs:
uses: actions/checkout@v2

- name: Set up Swift
uses: swift-actions/setup-swift@v1
uses: swift-actions/setup-swift@v2
with:
swift-version: '5.9.2'
swift-version: '5.10.0'

- name: Build project
run: swift build
Expand Down

0 comments on commit 7acf719

Please sign in to comment.