Skip to content

Commit cd5cf88

Browse files
Merge branch 'main' into renovate/aws-actions-configure-aws-credentials-6.x
2 parents 5537707 + e8a8993 commit cd5cf88

3 files changed

Lines changed: 81 additions & 81 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
# Checkout a git repository with a pre-existing CloudQuery configuration files
28-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
28+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2929

3030
# Setup AWS credentials (example)
3131
- name: Configure AWS credentials

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@
3838
"devDependencies": {
3939
"@eslint/eslintrc": "3.3.5",
4040
"@eslint/js": "9.39.4",
41-
"@commitlint/cli": "20.4.4",
42-
"@commitlint/config-conventional": "20.4.4",
41+
"@commitlint/cli": "20.5.0",
42+
"@commitlint/config-conventional": "20.5.0",
4343
"@types/node": "24.12.0",
44-
"@types/pg": "8.18.0",
44+
"@types/pg": "8.20.0",
4545
"@types/semver": "7.7.1",
46-
"@typescript-eslint/eslint-plugin": "8.57.0",
47-
"@typescript-eslint/parser": "8.57.0",
46+
"@typescript-eslint/eslint-plugin": "8.57.2",
47+
"@typescript-eslint/parser": "8.57.2",
4848
"@vercel/ncc": "0.38.4",
4949
"eslint": "9.39.4",
5050
"eslint-config-prettier": "10.1.8",
@@ -54,5 +54,5 @@
5454
"prettier": "3.8.1",
5555
"typescript": "5.9.3"
5656
},
57-
"packageManager": "pnpm@10.23.0"
57+
"packageManager": "pnpm@10.33.0"
5858
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)