Skip to content

Commit

Permalink
Update bump-dependencies (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 25, 2025
1 parent 90b22da commit 7fce7d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

- name: Upload terraform log
if: ${{ always() }}
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
with:
name: terraform.log-${{ github.sha }}
path: ./terraform.log
Expand Down
4 changes: 2 additions & 2 deletions 00-main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ terraform {
}
google = {
source = "hashicorp/google"
version = "6.20.0"
version = "6.22.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = "6.20.0"
version = "6.22.0"
}
vault = {
source = "hashicorp/vault"
Expand Down

0 comments on commit 7fce7d4

Please sign in to comment.