Skip to content

Commit ebe4cd9

Browse files
committed
Merge branch 'main' into testing
2 parents 3ce4d90 + 571b97d commit ebe4cd9

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ jobs:
321321
# Reprocess raw-img using rechunker which will delete it
322322
- name: Run Rechunker
323323
id: rechunk
324-
uses: hhd-dev/rechunk@v1.0.1
324+
uses: hhd-dev/rechunk@v1.1.1
325325
with:
326326
rechunk: 'ghcr.io/hhd-dev/rechunk:v1.0.1'
327327
ref: 'raw-img'

.github/workflows/build_mkdocs/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ runs:
4040
python-version: "3.12"
4141

4242
- name: Install Poetry
43-
uses: abatilo/actions-poetry@v2
43+
uses: abatilo/actions-poetry@v4
4444

4545
- name: Configure Poetry
4646
working-directory: ${{ inputs.working_dir }}
@@ -75,7 +75,7 @@ runs:
7575
7676
- name: Setup Pages
7777
if: ${{ inputs.upload_github_page == 'true' }}
78-
uses: actions/configure-pages@v4
78+
uses: actions/configure-pages@v5
7979
with:
8080
token: ${{ inputs.github_token }}
8181

artifacthub-repo.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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

renovate.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended"
5+
]
6+
}

0 commit comments

Comments
 (0)