From 1f522ee73ac77238f5716375927a8a7a5ddf6065 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 03:25:19 +0000 Subject: [PATCH] chore(deps): bump oras-project/setup-oras from 1 to 2 Bumps [oras-project/setup-oras](https://github.com/oras-project/setup-oras) from 1 to 2. - [Release notes](https://github.com/oras-project/setup-oras/releases) - [Commits](https://github.com/oras-project/setup-oras/compare/v1...v2) --- updated-dependencies: - dependency-name: oras-project/setup-oras dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/_policy_container.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_policy_container.yaml b/.github/workflows/_policy_container.yaml index fcb51811..84660653 100644 --- a/.github/workflows/_policy_container.yaml +++ b/.github/workflows/_policy_container.yaml @@ -38,7 +38,7 @@ jobs: - name: Setup ORAS if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags') }} - uses: oras-project/setup-oras@v1 + uses: oras-project/setup-oras@v2 - name: Publish OPA Bundle if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags') }}