Skip to content

Commit 838fa48

Browse files
calvincestarigh-action-runner
authored andcommitted
secops: Combined PRs (#793)
2 parents 2024dad + df23b2a commit 838fa48

File tree

5 files changed

+481
-321
lines changed

5 files changed

+481
-321
lines changed

.github/actions/run-tuist-generation/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Installs and run Tuist to generate Xcode projects
33
runs:
44
using: "composite"
55
steps:
6-
- uses: jdx/mise-action@v2
6+
- uses: jdx/mise-action@v3
77
- name: Run Tuist
88
shell: bash
99
run: tuist generate

.mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[tools]
2-
tuist = "4.74.1"
2+
tuist = "4.81.1"

0 commit comments

Comments
 (0)