Skip to content

Commit

Permalink
Merge pull request #6 from kubewarden/renovate/kubewarden-github-acti…
Browse files Browse the repository at this point in the history
…ons-3.x

chore(deps): update kubewarden/github-actions action to v3.4.2
  • Loading branch information
viccuad authored Jan 2, 2025
2 parents 1b86e68 + a49053f commit 78142cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
strategy:
matrix:
policy-working-dir: ${{ fromJSON(needs.calculate-policy-matrix.outputs.policy-working-dirs) }}
uses: kubewarden/github-actions/.github/workflows/[email protected].0
uses: kubewarden/github-actions/.github/workflows/[email protected].2
with:
policy-working-dir: ${{ matrix.policy-working-dir }}
# hardcode a bogus but semver valid version for `make check-artifacthub.yml`.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
unit-tests:
needs: calculate-policy-from-tag
name: run unit tests and linters
uses: kubewarden/github-actions/.github/workflows/[email protected].0
uses: kubewarden/github-actions/.github/workflows/[email protected].2
with:
policy-working-dir: ${{ needs.calculate-policy-from-tag.outputs.policy-working-dir }}
policy-version: ${{ needs.calculate-policy-from-tag.outputs.policy-version }}
Expand All @@ -56,7 +56,7 @@ jobs:
concurrency:
group: release-policy # only allow 1 release job of "release-policy" concurrently
cancel-in-progress: false
uses: kubewarden/github-actions/.github/workflows/[email protected].0
uses: kubewarden/github-actions/.github/workflows/[email protected].2
with:
oci-target: ghcr.io/${{ github.repository_owner }}/policies/${{ needs.calculate-policy-from-tag.outputs.policy-id }}
policy-working-dir: ${{ needs.calculate-policy-from-tag.outputs.policy-working-dir }}
Expand Down

0 comments on commit 78142cc

Please sign in to comment.