File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 image : swift:${{ matrix.swift }}
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v3.5.3
20+ uses : actions/checkout@v3.6.0
2121
2222 - name : Restore APT cache
2323 uses : actions/cache@v3
4444
4545 - name : Upload build artifacts
4646 if : failure()
47- uses : actions/upload-artifact@v3.1.2
47+ uses : actions/upload-artifact@v3.2.1
4848 with :
4949 name : build-artifacts-${{ matrix.swift }}-${{ github.run_id }}
5050 path : |
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 xcode : ["14.2"]
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v3.5.3
18+ uses : actions/checkout@v3.6.0
1919
2020 - name : Restore cached Homebrew dependencies
21- uses : actions/cache@v3.3.1
21+ uses : actions/cache@v3.5.0
2222 with :
2323 path : |
2424 ~/Library/Caches/Homebrew/sdl2--*
2727 restore-keys : ${{ runner.os }}-brew-sdl2-
2828
2929 - name : Restore cached SPM dependencies
30- uses : actions/cache@v3.3.1
30+ uses : actions/cache@v3.5.0
3131 with :
3232 path : |
3333 .build/repositories
5151
5252 - name : Upload test artifacts
5353 if : failure()
54- uses : actions/upload-artifact@v3.1.2
54+ uses : actions/upload-artifact@v3.2.1
5555 with :
5656 name : test-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
5757 path : |
6666
6767 - name : Upload build artifacts
6868 if : failure()
69- uses : actions/upload-artifact@v3.1.2
69+ uses : actions/upload-artifact@v3.2.1
7070 with :
7171 name : build-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
7272 path : |
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v3.5.3
15+ uses : actions/checkout@v3.6.0
1616
1717 - name : markdown-link-check
18- uses : gaurav-nelson/github-action-markdown-link-check@1.0.15
18+ uses : gaurav-nelson/github-action-markdown-link-check@1.0.17
1919 with :
2020 config-file : ' .github/workflows/mlc_config.json'
Original file line number Diff line number Diff line change 1- realm/SwiftLint@0.52.3
2- nicklockwood/SwiftFormat@0.51.12
1+ realm/SwiftLint@0.61.0
2+ nicklockwood/SwiftFormat@0.58.3
You can’t perform that action at this time.
0 commit comments