File tree 4 files changed +16
-3
lines changed
4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ jobs:
321
321
# Reprocess raw-img using rechunker which will delete it
322
322
- name : Run Rechunker
323
323
id : rechunk
324
- uses : hhd-dev/rechunk@v1.0 .1
324
+ uses : hhd-dev/rechunk@v1.1 .1
325
325
with :
326
326
rechunk : ' ghcr.io/hhd-dev/rechunk:v1.0.1'
327
327
ref : ' raw-img'
Original file line number Diff line number Diff line change 40
40
python-version : " 3.12"
41
41
42
42
- name : Install Poetry
43
- uses : abatilo/actions-poetry@v2
43
+ uses : abatilo/actions-poetry@v4
44
44
45
45
- name : Configure Poetry
46
46
working-directory : ${{ inputs.working_dir }}
75
75
76
76
- name : Setup Pages
77
77
if : ${{ inputs.upload_github_page == 'true' }}
78
- uses : actions/configure-pages@v4
78
+ uses : actions/configure-pages@v5
79
79
with :
80
80
token : ${{ inputs.github_token }}
81
81
Original file line number Diff line number Diff line change
1
+ repositoryID : 6f68e5bb-ffaf-4a70-9c1b-b154b772044e
2
+ owners : # (optional, used to claim repository ownership)
3
+ - name : Jorge Castro
4
+ email : jorge.castro@gmail.com
5
+ # ignore: # (optional, packages that should not be indexed by Artifact Hub)
6
+ # - name: package1
7
+ # - name: package2 # Exact match
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
+ "extends" : [
4
+ " config:recommended"
5
+ ]
6
+ }
You can’t perform that action at this time.
0 commit comments