Skip to content

Commit 39f9249

Browse files
chore(deps): update all non-major dependencies
1 parent 484eba1 commit 39f9249

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
@@ -10,7 +10,7 @@ name: Release policy
1010
jobs:
1111
test:
1212
name: run tests and linters
13-
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-swift.yml@72179510783eda8c052d17279881c3f7d02f968e # v4.0.0
13+
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-swift.yml@17f4dbf90d74f26892f7cc18179d08c4d63914d9 # v4.5.4
1414

1515
release:
1616
needs: test
@@ -22,6 +22,6 @@ jobs:
2222
# Required by cosign keyless signing
2323
id-token: write
2424

25-
uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-swift.yml@72179510783eda8c052d17279881c3f7d02f968e # v4.0.0
25+
uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-swift.yml@17f4dbf90d74f26892f7cc18179d08c4d63914d9 # v4.5.4
2626
with:
2727
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@72179510783eda8c052d17279881c3f7d02f968e # v4.0.0
6+
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-swift.yml@17f4dbf90d74f26892f7cc18179d08c4d63914d9 # v4.5.4

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.6.4"),
1313
],
1414
targets: [
1515
.target(

0 commit comments

Comments
 (0)