Skip to content

Commit

Permalink
🌱 Update github-actions group (#7)
Browse files Browse the repository at this point in the history
| datasource  | package                                   | from    | to      |
| ----------- | ----------------------------------------- | ------- | ------- |
| github-tags | kubernetes-sigs/kubebuilder-release-tools | v0.4.2  | v0.4.3  |
| github-tags | renovatebot/github-action                 | v39.1.1 | v39.1.4 |

Co-authored-by: scs-project-manager[bot] <143188378+scs-project-manager[bot]@users.noreply.github.com>
Co-authored-by: Matej Feder <[email protected]>
  • Loading branch information
cluster-stack-bot[bot] and matofeder authored Dec 19, 2023
1 parent 84ad930 commit 9a3b96e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Verifier action
id: verifier
uses: kubernetes-sigs/kubebuilder-release-tools@3c3411345eedc489d1022288aa844691e92a9c29 # v0.4.2
uses: kubernetes-sigs/kubebuilder-release-tools@012269a88fa4c034a0acf1ba84c26b195c0dbab4 # v0.4.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule-update-bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
echo "LOG_LEVEL=${{ github.event.inputs.logLevel || env.LOG_LEVEL }}" >> "$GITHUB_ENV"
- name: Renovate
uses: renovatebot/github-action@5c6c06aa0e3d7a6a9b6cba05c078c51631b5f11a # v39.1.1
uses: renovatebot/github-action@5d3fbef92a76cbf78f5732d17c07a2e76e6f7555 # v39.1.4
env:
RENOVATE_HOST_RULES: '[{"hostType": "docker", "matchHost": "ghcr.io", "username": "${{ github.actor }}", "password": "${{ secrets.GITHUB_TOKEN }}" }]'
RENOVATE_ALLOWED_POST_UPGRADE_COMMANDS: '[".*"]'
Expand Down

0 comments on commit 9a3b96e

Please sign in to comment.