Skip to content

Commit

Permalink
chore: Update CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Sep 30, 2023
1 parent 76306bd commit 7e4dd73
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build Dockerfile
run: docker build . --file Dockerfile --tag image
Expand Down Expand Up @@ -85,15 +85,15 @@ jobs:
url: ${{ env.STAGING_HEALTHCHECK }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Fetch handler artifact
uses: actions/download-artifact@v3
with:
name: ${{ env.HANDLER_NAME }}

- name: 'Login via Azure CLI'
uses: azure/login@v1
uses: Azure/login@v1
with:
tenant-id: a26571f1-22b3-4756-ac7b-39ca684fab48
subscription-id: 108b3ddb-53fb-4344-80b2-d6c151912be6
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Fetch handler artifact
uses: actions/download-artifact@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions-rs/[email protected]
with:
toolchain: stable
Expand Down Expand Up @@ -68,6 +68,6 @@ jobs:
-format=lcov > lcov.info
- name: Upload code coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v4-beta
with:
file: ./lcov.info
6 changes: 3 additions & 3 deletions infra/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.73.0"
version = "~> 3.74.0"
}

azuread = {
source = "hashicorp/azuread"
version = "~> 2.42.0"
version = "~> 2.43.0"
}

honeycombio = {
source = "honeycombio/honeycombio"
version = "~> 0.16.0"
version = "~> 0.17.0"
}
}
}
Expand Down

0 comments on commit 7e4dd73

Please sign in to comment.