Skip to content

Commit

Permalink
Update actions (#63)
Browse files Browse the repository at this point in the history
* Update actions to use Node 20 versions

* Update providers
  • Loading branch information
geekzter authored Sep 23, 2024
1 parent 9ea9d21 commit 3b76900
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 89 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci-scripted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Print environment variables
run: |
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:

steps:
- name: Checkout source
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Dump strategy context
env:
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
shell: pwsh

- name: Use Azure CLI
uses: azure/login@v1
uses: azure/login@v2
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
enable-AzPSSession: false
Expand All @@ -162,7 +162,7 @@ jobs:
az -v
- name: Use Terraform
uses: hashicorp/setup-terraform@v1
uses: hashicorp/setup-terraform@v2
with:
terraform_version: ${{matrix.terraform_version}}
terraform_wrapper: false
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:

- name: Use Node.js
if: ${{ matrix.terraform_apply }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
- name: Install Azure Functions Core Tools
if: ${{ matrix.terraform_apply }}
run:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci-vanilla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Download artifacts from previous job
uses: actions/download-artifact@v4
Expand All @@ -82,7 +82,7 @@ jobs:
path: '${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}/bin/publish'

- name: Use Azure CLI
uses: azure/login@v1
uses: azure/login@v2
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}

Expand All @@ -93,7 +93,7 @@ jobs:
Write-Output "TERRAFORM_VERSION=${terraformVersion}" >> $env:GITHUB_OUTPUT
shell: pwsh
- name: Use Terraform
uses: hashicorp/setup-terraform@v1
uses: hashicorp/setup-terraform@v2
with:
terraform_version: ${{ steps.terraform-version-check.outputs.TERRAFORM_VERSION }}
terraform_wrapper: false
Expand Down
158 changes: 79 additions & 79 deletions terraform/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3b76900

Please sign in to comment.