Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 23, 2024
1 parent 4f3a7b6 commit 9b64838
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2

release:
needs: test
Expand All @@ -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.2
with:
oci-target: ghcr.io/${{ github.repository_owner }}/policies/policy-name # FIXME
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 9b64838

Please sign in to comment.