Skip to content

Commit

Permalink
Merge pull request #25 from kubewarden/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
chore(deps): update kubewarden/github-actions action to v3.1.18
  • Loading branch information
flavio authored Mar 18, 2024
2 parents eb1c3be + b6fdca7 commit c4b31c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.1.17
uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.1.18
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
# until https://github.com/actions/checkout/pull/579 is released
Expand All @@ -51,7 +51,7 @@ jobs:
shell: bash
- name: Check that artifacthub-pkg.yml is up-to-date
if: ${{ inputs.artifacthub }}
uses: kubewarden/github-actions/check-artifacthub@v3.1.17
uses: kubewarden/github-actions/check-artifacthub@v3.1.18
with:
version: ${{ steps.calculate-version.outputs.version }}
- name: Build policy
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
run: |
make e2e-tests
- name: Release
uses: kubewarden/github-actions/policy-release@v3.1.17
uses: kubewarden/github-actions/policy-release@v3.1.18
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
oci-target: ghcr.io/${{ github.repository_owner }}/policies/container-resources
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/reusable-test-policy-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Install dependencies
uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.1.17
uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.1.18
- name: Install patched tinygo
shell: bash
run: |
Expand Down Expand Up @@ -71,12 +71,12 @@ jobs:
# until https://github.com/actions/checkout/pull/579 is released
fetch-depth: 0
- name: Install kwctl
uses: kubewarden/github-actions/kwctl-installer@v3.1.17
uses: kubewarden/github-actions/kwctl-installer@v3.1.18
- id: calculate-version
run: echo "version=$(git describe --tags --abbrev=0 | cut -c2-)" >> $GITHUB_OUTPUT
shell: bash
- name: Check that artifacthub-pkg.yml is up-to-date
uses: kubewarden/github-actions/check-artifacthub@v3.1.17
uses: kubewarden/github-actions/check-artifacthub@v3.1.18
with:
version: ${{ steps.calculate-version.outputs.version }}
check_version: false # must match a git tag that hasn't been created yet, so let's ignore until then

0 comments on commit c4b31c8

Please sign in to comment.