File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v6
3333 - name : Inject slug/short variables
3434 uses : rlespinasse/github-slug-action@v5
3535 - name : Set up QEMU
Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ jobs:
2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v6
3333 - name : Set up Python
34- uses : actions/setup-python@v5
34+ uses : actions/setup-python@v6
3535 with :
36- python-version : ' 3.11 '
36+ python-version : ' 3.14 '
3737 - name : Install dependencies
3838 run : |
3939 pip install --upgrade pip
Original file line number Diff line number Diff line change 1- FROM python:3.13.8 -slim
1+ FROM python:3.14.2 -slim
22
33# Labels
44LABEL maintainer='Alan Christie <achristie@informaticsmatters.com>'
Original file line number Diff line number Diff line change 1- kopf == 1.38.0
2- kubernetes == 32 .0.1
1+ kopf == 1.40.1
2+ kubernetes == 35 .0.0
You can’t perform that action at this time.
0 commit comments