Skip to content

Commit 45294ef

Browse files
chore(deps): update all non-major dependencies
1 parent 5eef64f commit 45294ef

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yml

+2-2
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/[email protected].2
13+
uses: kubewarden/github-actions/.github/workflows/[email protected].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/[email protected].2
25+
uses: kubewarden/github-actions/.github/workflows/[email protected].4
2626
with:
2727
oci-target: ghcr.io/${{ github.repository_owner }}/policies/policy-name #FIXME

.github/workflows/test.yml

+1-1
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/[email protected].2
6+
uses: kubewarden/github-actions/.github/workflows/[email protected].4

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/kubewarden/go-policy-template
22

33
go 1.22
44

5-
toolchain go1.23.4
5+
toolchain go1.23.5
66

77
require (
88
github.com/francoispqt/onelog v0.0.0-20190306043706-8c2bb31b10a4

0 commit comments

Comments
 (0)