We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da57937 commit 2db85e4Copy full SHA for 2db85e4
1 file changed
.github/workflows/pr.yaml
@@ -68,7 +68,7 @@ jobs:
68
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
69
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 #v6.2.0
70
with:
71
- python-version: '3.9'
+ python-version: '3.14'
72
- run: |
73
cd config/registry_image_pruner/image_pruner/
74
python3.9 test_prune_images.py
@@ -99,7 +99,7 @@ jobs:
99
100
101
102
- python-version: '3.12'
103
104
cd config/repository_notification_resetter/notification_resetter/
105
python3.12 test_reset_notifications.py
0 commit comments