Skip to content

Commit ff381d0

Browse files
Update all dependencies
1 parent d54ec84 commit ff381d0

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/ci-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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
@@ -44,7 +44,7 @@ jobs:
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: |

.github/workflows/ci-macos.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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--*
@@ -27,7 +27,7 @@ jobs:
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
@@ -51,7 +51,7 @@ jobs:
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: |
@@ -66,7 +66,7 @@ jobs:
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: |

.github/workflows/markdown-link-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
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'

Mintfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
realm/SwiftLint@0.52.3
2-
nicklockwood/SwiftFormat@0.51.12
1+
realm/SwiftLint@0.61.0
2+
nicklockwood/SwiftFormat@0.58.3

0 commit comments

Comments
 (0)