Skip to content

Commit 71c5173

Browse files
authored
Merge pull request #120 from kubewarden/renovate/all-minor-patch
chore(deps): update all non-major dependencies
2 parents 729c7ad + 9aa6a4f commit 71c5173

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

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

go.mod

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

33
go 1.22.0
44

5-
toolchain go1.24.0
5+
toolchain go1.24.1
66

77
require (
88
github.com/google/cel-go v0.24.1

0 commit comments

Comments
 (0)