Skip to content

Commit ff4d8d3

Browse files
Merge branch 'main' into renovate/python-3.x
2 parents 37ddd81 + 7510143 commit ff4d8d3

File tree

4 files changed

+135
-131
lines changed

4 files changed

+135
-131
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
permissions:
1313
contents: read
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- name: Set up Python
1717
uses: actions/setup-python@v6
1818
with:

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
contents: read
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
- # Required for the package command tests to work
1919
name: Set up Docker Buildx
2020
uses: docker/setup-buildx-action@v3

TestConfig.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ kind: destination
1313
spec:
1414
name: sqlite
1515
path: cloudquery/sqlite
16-
version: "v2.13.2" # latest version of destination sqlite plugin
16+
version: "v2.13.5" # latest version of destination sqlite plugin
1717
spec:
1818
connection_string: ./db.sqlite

0 commit comments

Comments
 (0)