From 608135a99434f6ba23938474ff39b3ceae2d234e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 09:08:00 +0000 Subject: [PATCH] ci(deps): update nicolasfara/build-check-deploy-sbt-action action to v1.0.39 --- .github/workflows/build-and-deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index fe138ef6..225ce50f 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -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 @@ -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/" @@ -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