Skip to content

Commit

Permalink
ci: update Azure Functions Core Tools installation command
Browse files Browse the repository at this point in the history
  • Loading branch information
rettetdemdativ committed Jun 21, 2024
1 parent 969ecd4 commit 87f4cb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Install Azure Functions Core Tools
run: |
npm i -g azure-functions-core-tools@4 --unsafe-perm true
npm i -g azure-functions-core-tools@4.0.5801 --unsafe-perm true
func --version
- name: Install python dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tf_apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
uses: pietrobolcato/install-azure-cli-action@main

- name: Setup azure core tools
run: npm i -g azure-functions-core-tools@4 --unsafe-perm true
run: npm i -g azure-functions-core-tools@4.0.5801 --unsafe-perm true

- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
Expand Down

0 comments on commit 87f4cb1

Please sign in to comment.