Update docker/setup-buildx-action action to v4 #80

Open
renovate-bot wants to merge 56 commits from renovate/docker-setup-buildx-action-4.x into master
Showing only changes of commit cc3db52f02 - Show all commits
+5 -4
View File
@@ -1,6 +1,7 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"editor.codeActionsOnSave": {
"source.fixAll.biome": "explicit"
}
"typescript.tsdk": "./node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"editor.codeActionsOnSave": {
"source.fixAll.biome": "explicit"
}
}