Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout the repo
uses: actions/checkout@v6.0.2
- name: Generate bindings for polyglot api
uses: nicolasfara/build-check-deploy-sbt-action@1.0.38
uses: nicolasfara/build-check-deploy-sbt-action@1.0.39
with:
build-command: sbt scafi3-polyglot-apiNative/generateBindings
check-command: true
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
make: true
clang: true
gcc: true
- uses: nicolasfara/build-check-deploy-sbt-action@1.0.38
- uses: nicolasfara/build-check-deploy-sbt-action@1.0.39
with:
should-run-codecov: ${{ runner.os == 'Linux' }}
codecov-directory: "target/"
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
uses: actions/setup-node@v6.2.0
with:
node-version-file: package.json
- uses: nicolasfara/build-check-deploy-sbt-action@1.0.38
- uses: nicolasfara/build-check-deploy-sbt-action@1.0.39
with:
build-command: true
check-command: true
Expand Down
Loading