Skip to content

Commit 534d47d

Browse files
chore(deps): bump oras-project/setup-oras in the all-dependencies group
Bumps the all-dependencies group with 1 update: [oras-project/setup-oras](https://github.com/oras-project/setup-oras). Updates `oras-project/setup-oras` from 1 to 2 - [Release notes](https://github.com/oras-project/setup-oras/releases) - [Commits](oras-project/setup-oras@v1...v2) --- updated-dependencies: - dependency-name: oras-project/setup-oras dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9c3ccc2 commit 534d47d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/helm-charts-index.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: echo "${{ secrets.ES_GITHUB_PAT }}" | helm registry login ghcr.io -u ${{ github.actor }} --password-stdin
2323

2424
- name: tools - oras - install
25-
uses: oras-project/setup-oras@v1
25+
uses: oras-project/setup-oras@v2
2626

2727
- name: tools - oras - login - ghcr.io
2828
run: echo "${{ secrets.ES_GITHUB_PAT }}" | oras login ghcr.io -u ${{ github.actor }} --password-stdin

.github/workflows/pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
run: echo "${{ secrets.ES_GITHUB_PAT }}" | helm registry login ghcr.io -u ${{ github.actor }} --password-stdin
192192

193193
- name: tools - oras - install
194-
uses: oras-project/setup-oras@v1
194+
uses: oras-project/setup-oras@v2
195195

196196
- name: tools - oras - login - ghcr.io
197197
run: echo "${{ secrets.ES_GITHUB_PAT }}" | oras login ghcr.io -u ${{ github.actor }} --password-stdin

0 commit comments

Comments
 (0)