Skip to content

Commit f1b2b73

Browse files
Update all major updates
1 parent 4ee1b00 commit f1b2b73

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/lint-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
contents: read
88
runs-on: ubuntu-24.04
99
steps:
10-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
10+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1111

1212
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3
1313
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1818
with:
1919
fetch-depth: 0
2020

.github/workflows/validate-renovate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
timeout-minutes: 10
1313

1414
steps:
15-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1616

17-
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
17+
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
1818
with:
19-
node-version: 20
19+
node-version: 22
2020

2121
- run: npx -p renovate renovate-config-validator renovate.json

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:bookworm@sha256:b6507e340c43553136f5078284c8c68d86ec8262b1724dde73c325e8d3dcdeba as builder
1+
FROM debian:trixie@sha256:72547dd722cd005a8c2aa2079af9ca0ee93aad8e589689135feaed60b0a8c08d as builder
22
ARG DEBIAN_FRONTEND=noninteractive
33
# renovate: datasource=github-releases depName=hashicorp-vault-cli packageName=hashicorp/vault
44
ARG VAULT_VERSION=1.18.3

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ terraform {
66
}
77
google = {
88
source = "hashicorp/google"
9-
version = "6.45.0"
9+
version = "7.8.0"
1010
}
1111
google-beta = {
1212
source = "hashicorp/google-beta"
13-
version = "6.45.0"
13+
version = "7.8.0"
1414
}
1515
}
1616
}

0 commit comments

Comments
 (0)