Skip to content

Commit 5d7ed65

Browse files
chore(deps): update all non-major dependencies
1 parent c81f416 commit 5d7ed65

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
test:
1313
name: run tests and linters
14-
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-swift.yml@v3.1.0
14+
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-swift.yml@v3.1.10
1515

1616
release:
1717
needs: test
@@ -23,6 +23,6 @@ jobs:
2323
# Required by cosign keyless signing
2424
id-token: write
2525

26-
uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-swift.yml@v3.1.0
26+
uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-swift.yml@v3.1.10
2727
with:
2828
oci-target: ghcr.io/${{ github.repository_owner }}/policies/policy-name # FIXME

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: Continuous integration
33
jobs:
44
test:
55
name: run tests and linters
6-
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-swift.yml@v3.1.0
6+
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-swift.yml@v3.1.10

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ let package = Package(
88
dependencies: [
99
.package(name: "wapc", url: "https://github.com/flavio/wapc-guest-swift.git", from: "0.0.2"),
1010
.package(name: "kubewardenSdk", url: "https://github.com/kubewarden/policy-sdk-swift.git", from: "0.1.6"),
11-
.package(name: "SwiftPath", url: "https://github.com/g-mark/SwiftPath.git", from: "0.3.1"),
12-
.package(url: "https://github.com/apple/swift-log.git", from: "1.4.2"),
11+
.package(name: "SwiftPath", url: "https://github.com/g-mark/SwiftPath.git", from: "0.4.0"),
12+
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.3"),
1313
],
1414
targets: [
1515
.target(

0 commit comments

Comments
 (0)