Skip to content

Commit

Permalink
Merge pull request #109 from kubewarden/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
chore(deps): update all non-major dependencies
  • Loading branch information
viccuad authored Jan 2, 2025
2 parents 77cf670 + 2805637 commit 51e4887
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: Release policy
jobs:
test:
name: run tests and linters
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go-wasi.yml@v3.3.5
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go-wasi.yml@v3.4.2

release:
needs: test
Expand All @@ -22,6 +22,6 @@ jobs:
# Required by cosign keyless signing
id-token: write

uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-go-wasi.yml@v3.3.5
uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-go-wasi.yml@v3.4.2
with:
oci-target: ghcr.io/${{ github.repository_owner }}/policies/cel-policy
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-go-wasi.yml@v3.3.5
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go-wasi.yml@v3.4.2
2 changes: 1 addition & 1 deletion .github/workflows/update-third-party-dir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Install Updatecli in the runner
uses: updatecli/updatecli-action@11d8c3e7c4dbb188d9534e599db759e418911828 # v2.73.0
uses: updatecli/updatecli-action@4aca518a70708e38063453d8de9c551af7f48ac3 # v2.75.0

- name: Fetch latest Kubernetes released version
env:
Expand Down

0 comments on commit 51e4887

Please sign in to comment.