From a6a862d3bbe57fca5f07f62f6c11edd7277eaf05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 08:25:11 +0000 Subject: [PATCH] build(deps): bump equinor/radix-github-actions from 1 to 2 Bumps [equinor/radix-github-actions](https://github.com/equinor/radix-github-actions) from 1 to 2. - [Release notes](https://github.com/equinor/radix-github-actions/releases) - [Commits](https://github.com/equinor/radix-github-actions/compare/v1...v2) --- updated-dependencies: - dependency-name: equinor/radix-github-actions dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-to-radix.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-radix.yaml b/.github/workflows/deploy-to-radix.yaml index 7ad15cbe..a45c76dd 100644 --- a/.github/workflows/deploy-to-radix.yaml +++ b/.github/workflows/deploy-to-radix.yaml @@ -56,7 +56,7 @@ jobs: echo "APP_SERVICE_ACCOUNT_TOKEN=$token" >> $GITHUB_ENV - name: Deploy on Radix - uses: equinor/radix-github-actions@v1 + uses: equinor/radix-github-actions@v2 env: APP_SERVICE_ACCOUNT_TOKEN: ${{ env.APP_SERVICE_ACCOUNT_TOKEN }} with: