diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ce75fc4..0686f60 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.3 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.3 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..cf00be9 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.3 diff --git a/Package.swift b/Package.swift index 74f6865..7ab12ea 100644 --- a/Package.swift +++ b/Package.swift @@ -9,7 +9,7 @@ let package = Package( .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(url: "https://github.com/apple/swift-log.git", from: "1.5.2"), ], targets: [ .target(