File tree Expand file tree Collapse file tree 3 files changed +18
-9
lines changed Expand file tree Collapse file tree 3 files changed +18
-9
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ updates:
44 directory : " /"
55 schedule :
66 interval : " weekly"
7+
8+ - package-ecosystem : " github-actions"
9+ directory : " /.github/actions/setup"
10+ schedule :
11+ interval : " weekly"
712
813 - package-ecosystem : " swift"
914 directory : " /"
Original file line number Diff line number Diff line change 3939 git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
4040 make install
4141 git push
42- # gh pr review --approve "$PR_URL"
43- # gh pr merge --auto --merge "$PR_URL"
42+ gh pr merge --auto --merge "$PR_URL"
43+ gh pr review --approve "$PR_URL"
4444
Original file line number Diff line number Diff line change @@ -17,14 +17,18 @@ runs:
1717 - uses : irgaly/setup-mint@v1
1818 - uses : dcarbone/install-yq-action@v1.1.1
1919
20- # - name: "Xcode Cache"
20+ - name : " Xcode Cache"
21+ if : contains(inputs.os, 'macos')
22+ uses : irgaly/xcode-cache@v1
23+ with :
24+ key : xcode-cache-deriveddata-${{ github.workflow }}-${{ github.sha }}
25+ restore-keys : xcode-cache-deriveddata-${{ github.workflow }}-
26+
27+ # - name: "Set IgnoreFileSystemDeviceInodeChanges flag"
2128 # if: contains(inputs.os, 'macos')
22- # uses: irgaly/xcode-cache@v1
23- # with:
24- # key: xcode-cache-deriveddata-${{ github.workflow }}-${{ github.sha }}
25- # restore-keys: |
26- # xcode-cache-deriveddata-${{ github.workflow }}-
27-
29+ # shell: bash
30+ # run: defaults write com.apple.dt.XCBuild IgnoreFileSystemDeviceInodeChanges -bool YES
31+
2832 - name : " Swift Package Manager Cache"
2933 uses : actions/cache@v3
3034 with :
You can’t perform that action at this time.
0 commit comments