Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
hotfix for #1052
  • Loading branch information
motatoes authored Jan 16, 2024
1 parent 8af0ece commit 3f676bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ runs:
if: ${{ inputs.setup-aws == 'true' && inputs.aws-role-to-assume != '' }}

- name: Configure OIDC Azure credentials
uses: azure/login@v1
uses: azure/login@vv1.5.1
with:
client-id: ${{ inputs.azure-client-id }}
tenant-id: ${{ inputs.azure-tenant-id }}
Expand Down

0 comments on commit 3f676bf

Please sign in to comment.