File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 pull-requests : write
1212 steps :
1313 - name : ⬇️ Checkout repository
14- uses : actions/checkout@v5
14+ uses : actions/checkout@v6
1515
1616 - name : 🌎 Crowdin InfoPlist.strings Download
1717 uses : crowdin/github-action@v2
6262 pull-requests : write
6363 steps :
6464 - name : ⬇️ Checkout repository
65- uses : actions/checkout@v5
65+ uses : actions/checkout@v6
6666 with :
6767 ref : l10n
6868
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : ⬇️ Checkout repository
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717
1818 - name : ⬆️ Upload sources
1919 uses : crowdin/github-action@v2
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 1313 runs-on : macos-latest
1414 steps :
1515 - name : ⬇️ Checkout repository
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717
1818 - name : 🎨 SwiftFormat
1919 run : swiftformat --lint . --reporter github-actions-log
You can’t perform that action at this time.
0 commit comments