From ec8eadda616f8853fb19df96327ad15c57cd5b1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 17:42:14 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/release.yml | 4 ++-- .github/workflows/test.yml | 2 +- Package.swift | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ce75fc4..c47b915 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: test: name: run tests and linters - uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-swift.yml@v3.1.0 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-swift.yml@v3.3.5 release: needs: test @@ -23,6 +23,6 @@ jobs: # Required by cosign keyless signing id-token: write - uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-swift.yml@v3.1.0 + uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-swift.yml@v3.3.5 with: oci-target: ghcr.io/${{ github.repository_owner }}/policies/policy-name # FIXME diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 598081e..9a29263 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,4 +3,4 @@ name: Continuous integration jobs: test: name: run tests and linters - uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-swift.yml@v3.1.0 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-swift.yml@v3.3.5 diff --git a/Package.swift b/Package.swift index 74f6865..c4e2e75 100644 --- a/Package.swift +++ b/Package.swift @@ -8,8 +8,8 @@ let package = Package( dependencies: [ .package(name: "wapc", url: "https://github.com/flavio/wapc-guest-swift.git", from: "0.0.2"), .package(name: "kubewardenSdk", url: "https://github.com/kubewarden/policy-sdk-swift.git", from: "0.1.6"), - .package(name: "SwiftPath", url: "https://github.com/g-mark/SwiftPath.git", from: "0.3.1"), - .package(url: "https://github.com/apple/swift-log.git", from: "1.4.2"), + .package(name: "SwiftPath", url: "https://github.com/g-mark/SwiftPath.git", from: "0.4.0"), + .package(url: "https://github.com/apple/swift-log.git", from: "1.6.1"), ], targets: [ .target(