diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ce75fc4..694eeb3 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.1.8 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.1.8 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..f715893 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.1.8 diff --git a/Package.swift b/Package.swift index 74f6865..e52e17f 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.5.2"), ], targets: [ .target(