Skip to content

Commit 41fdaa5

Browse files
leogdionclaude
andcommitted
fix(ci): align sundial-demo.yml action versions with SundialKit.yml
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 7a08cc6 commit 41fdaa5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/sundial-demo.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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 }}
@@ -84,7 +84,7 @@ jobs:
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

0 commit comments

Comments
 (0)