From 06c02a10014e7f125fbe6716b693839f462d3be7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 21:34:40 +0000 Subject: [PATCH] Update all dependencies --- .github/workflows/ci-linux.yml | 2 +- .github/workflows/ci-macos.yml | 2 +- Package.swift | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index c699c2a..03ae5fe 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -44,7 +44,7 @@ jobs: - name: Upload artifacts if: always() - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4.6.2 with: name: build-artifacts-linux-${{ matrix.swift }}-${{ github.run_id }} path: | diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index b2bc34a..922397f 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -50,7 +50,7 @@ jobs: - name: Upload build artifacts if: always() - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4.6.2 with: name: build-artifacts-${{ matrix.xcode }}-${{ github.run_id }} path: | diff --git a/Package.swift b/Package.swift index c20827f..b0fcc68 100644 --- a/Package.swift +++ b/Package.swift @@ -10,7 +10,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/ctreffs/SwiftSDL2.git", from: "1.4.1"), - .package(url: "https://github.com/fireblade-engine/ecs.git", from: "0.17.6"), + .package(url: "https://github.com/fireblade-engine/ecs.git", from: "0.17.7"), .package(url: "https://github.com/fireblade-engine/math.git", from: "0.13.0") ], targets: [