Skip to content

Commit 06c02a1

Browse files
Update all dependencies
1 parent 5ac719e commit 06c02a1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Upload artifacts
4646
if: always()
47-
uses: actions/upload-artifact@v4.4.3
47+
uses: actions/upload-artifact@v4.6.2
4848
with:
4949
name: build-artifacts-linux-${{ matrix.swift }}-${{ github.run_id }}
5050
path: |

.github/workflows/ci-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Upload build artifacts
5252
if: always()
53-
uses: actions/upload-artifact@v4.4.3
53+
uses: actions/upload-artifact@v4.6.2
5454
with:
5555
name: build-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
5656
path: |

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
],
1111
dependencies: [
1212
.package(url: "https://github.com/ctreffs/SwiftSDL2.git", from: "1.4.1"),
13-
.package(url: "https://github.com/fireblade-engine/ecs.git", from: "0.17.6"),
13+
.package(url: "https://github.com/fireblade-engine/ecs.git", from: "0.17.7"),
1414
.package(url: "https://github.com/fireblade-engine/math.git", from: "0.13.0")
1515
],
1616
targets: [

0 commit comments

Comments
 (0)