Skip to content

Commit

Permalink
Merge branch 'main' into feat_Infer_initial_schema
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann authored Jun 23, 2022
2 parents 1650310 + a6a5c5d commit 605d9fa
Show file tree
Hide file tree
Showing 5 changed files with 187 additions and 187 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
add-to-project:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].3
- uses: actions/[email protected].5
with:
project-url: https://github.com/users/lars-reimann/projects/1
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
2 changes: 1 addition & 1 deletion DSL/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ plugins {

kotlin("jvm") version "1.7.0" apply false
id("com.github.node-gradle.node") version "3.3.0" apply false
id("org.jetbrains.dokka") version "1.6.21" apply false
id("org.jetbrains.dokka") version "1.7.0" apply false
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion DSL/com.larsreimann.safeds.vscode/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

node {
version.set("17.9.0")
version.set("16.15.1")
download.set(true)
}

Expand Down
Loading

0 comments on commit 605d9fa

Please sign in to comment.