File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,10 +62,10 @@ jobs:
6262 download-platform : true
6363
6464 steps :
65- - uses : actions/checkout@v4
65+ - uses : actions/checkout@v6
6666
6767 - name : Build and Test
68- uses : brightdigit/swift-build@v1.5.2
68+ uses : brightdigit/swift-build@v1
6969 with :
7070 scheme : Sundial-Package
7171 type : ${{ matrix.type }}
8484 env :
8585 LINT_MODE : STRICT
8686 steps :
87- - uses : actions/checkout@v4
87+ - uses : actions/checkout@v6
8888
8989 - uses : jdx/mise-action@v4
9090 with :
@@ -110,7 +110,7 @@ jobs:
110110 needs : [build-demo]
111111 if : ${{ !contains(github.event.head_commit.message, 'ci skip') }}
112112 steps :
113- - uses : actions/checkout@v4
113+ - uses : actions/checkout@v6
114114
115115 - uses : jdx/mise-action@v4
116116 with :
@@ -185,7 +185,7 @@ jobs:
185185 (github.ref == 'refs/heads/v2.0.0' || github.ref == 'refs/heads/main') &&
186186 !contains(github.event.head_commit.message, '[skip ci]')
187187 steps :
188- - uses : actions/checkout@v4
188+ - uses : actions/checkout@v6
189189
190190 - name : Download Pulse IPA
191191 uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments