1818 pull-requests : write
1919 steps :
2020 - name : β¬οΈ Checkout repository
21- uses : actions/checkout@v5
21+ uses : actions/checkout@v6
2222 with :
2323 fetch-depth : 0
2424
4444 echo "FROM_TAG=$FROM_TAG" >> $GITHUB_ENV
4545
4646 - name : π§ Select Xcode
47- run : sudo xcode-select -s "/Applications/Xcode_26.2 .app"
47+ run : sudo xcode-select -s "/Applications/Xcode_26.4 .app"
4848
4949 - name : ποΈ Install Development & Developer ID Certificate
5050 env :
@@ -122,14 +122,14 @@ jobs:
122122 ditto -c -k --sequesterRsrc --keepParent "dist/Loop.app" "dist/Loop.zip"
123123
124124 - name : β¬οΈ Upload Loop
125- uses : actions/upload-artifact@v4
125+ uses : actions/upload-artifact@v7
126126 with :
127127 name : Loop
128128 path : dist/Loop.zip
129129
130130 - name : π¬ Comment on PR with build link
131131 if : " ${{ !inputs.release-new-build }}"
132- uses : actions/github-script@v7
132+ uses : actions/github-script@v9
133133 with :
134134 script : |
135135 const branch = context.ref.replace('refs/heads/', '');
@@ -167,7 +167,7 @@ jobs:
167167 console.log(`Commented on PR #${pr.number}`);
168168
169169 - name : π·οΈ Create/update tag
170- uses : actions/github-script@v7
170+ uses : actions/github-script@v9
171171 if : " ${{ inputs.release-new-build }}"
172172 with :
173173 script : |
@@ -187,7 +187,7 @@ jobs:
187187 })
188188
189189 - name : π° Build Changelog
190- uses : mikepenz/release-changelog-builder-action@v4
190+ uses : mikepenz/release-changelog-builder-action@v6
191191 if : " ${{ inputs.release-new-build }}"
192192 with :
193193 outputFile : CHANGELOG.md
0 commit comments