File tree Expand file tree Collapse file tree 4 files changed +135
-131
lines changed
Expand file tree Collapse file tree 4 files changed +135
-131
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ kind: destination
1313spec :
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
You can’t perform that action at this time.
0 commit comments