chore(deps): update oras-project/setup-oras action to v2
Some checks failed
Helm / helm-lint (push) Successful in 4s
Helm / helm-unittest (push) Successful in 20s
Release / publish-chart (push) Failing after 10s

This commit was merged in pull request #143.
This commit is contained in:
2026-04-14 15:30:46 +00:00
committed by Markus Pesch
parent c005e8e85a
commit 1c7405d3ff

View File

@@ -16,7 +16,7 @@ jobs:
registry: ${{ github.server_url }} registry: ${{ github.server_url }}
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
password: ${{ secrets.GIT_CRYPTIC_SYSTEMS_PACKAGE_REGISTRY_TOKEN }} password: ${{ secrets.GIT_CRYPTIC_SYSTEMS_PACKAGE_REGISTRY_TOKEN }}
- uses: oras-project/setup-oras@v1.2.4 - uses: oras-project/setup-oras@v2.0.0
with: with:
version: 1.3.1 # renovate: datasource=github-tags depName=oras-project/oras extractVersion='^v?(?<version>.*)$' version: 1.3.1 # renovate: datasource=github-tags depName=oras-project/oras extractVersion='^v?(?<version>.*)$'
- name: Extract meta information - name: Extract meta information