Skip to content

Commit 9dae25b

Browse files
Merge branch 'main' into busy-lobster
2 parents 3112a18 + 9cdb056 commit 9dae25b

6 files changed

Lines changed: 54 additions & 54 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout Code
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
with:
2626
fetch-depth: 0
2727

infra/dataform-service/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

infra/dataform-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@google-cloud/bigquery": "8.1.1",
99
"@google-cloud/dataform": "2.2.0",
1010
"@google-cloud/functions-framework": "4.0.0",
11-
"@google-cloud/run": "2.3.0",
11+
"@google-cloud/run": "3.0.0",
1212
"@google-cloud/storage": "7.16.0"
1313
},
1414
"scripts": {

infra/tf/.terraform.lock.hcl

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@dataform/core": "3.0.27"
1111
},
1212
"devDependencies": {
13-
"eslint": "^9.32.0",
13+
"eslint": "^9.33.0",
1414
"globals": "^16.3.0",
1515
"markdownlint-cli": "0.45.0"
1616
},

0 commit comments

Comments
 (0)