Skip to content

Commit

Permalink
Merge pull request #83 from Azure-Samples/dependabot/github_actions/g…
Browse files Browse the repository at this point in the history
…ithub-actions-4a928c7172

Bump the github-actions group with 2 updates
  • Loading branch information
pamelafox authored Apr 2, 2024
2 parents 5b749c5 + dd64405 commit 3af1ae4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/azure-bicep-validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
uses: actions/checkout@v4

- name: Azure CLI script
uses: azure/CLI@v1
uses: azure/CLI@v2
with:
inlineScript: az config set bicep.use_binary_from_path=false && az bicep build -f infra/main.bicep
2 changes: 1 addition & 1 deletion .github/workflows/azure-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v4

- name: Install azd
uses: Azure/setup-azd@v0.1.0
uses: Azure/setup-azd@v1.0.0

- name: Log in with Azure (Federated Credentials)
if: ${{ env.AZURE_CLIENT_ID != '' }}
Expand Down

0 comments on commit 3af1ae4

Please sign in to comment.