Skip to content

bump

bump #95

Workflow file for this run

name: bump
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
kubernetes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
token: ${{ secrets.VEXXHOST_BOT_PAT }}
- run: ./hack/bump/kubernetes.sh
env:
GH_TOKEN: ${{ github.token }}
- uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
with:
token: ${{ secrets.VEXXHOST_BOT_PAT }}
push-to-fork: vexxhost-bot/ansible-collection-kubernetes
commit-message: "chore(deps): update kubernetes"
signoff: true
branch: bump/kubernetes
delete-branch: true
title: "chore(deps): update kubernetes"
body: |
## Automated `kubernetes` update
This PR updates the `kubernetes` binaries to the latest versions.