From af0b6e79221ff79d5033268e27fe3c601485e63b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 02:37:05 +0000 Subject: [PATCH] chore(deps): bump the actions group with 2 updates Bumps the actions group with 2 updates: [ocaml/setup-ocaml](https://github.com/ocaml/setup-ocaml) and [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail). Updates `ocaml/setup-ocaml` from 3.7.0 to 3.7.1 - [Release notes](https://github.com/ocaml/setup-ocaml/releases) - [Commits](https://github.com/ocaml/setup-ocaml/compare/15d660006c1d3110d77c34b7faa3bddefe8b82f0...605a7e998e76e035b82c14d618a6e1010732c4ce) Updates `dawidd6/action-send-mail` from 8de3c312702ac7a63fc4035d45a2a51811eb669a to 0bbdab096651ee93f37ec02383e088183d41ff0b - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/8de3c312702ac7a63fc4035d45a2a51811eb669a...0bbdab096651ee93f37ec02383e088183d41ff0b) --- updated-dependencies: - dependency-name: ocaml/setup-ocaml dependency-version: 3.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: dawidd6/action-send-mail dependency-version: 0bbdab096651ee93f37ec02383e088183d41ff0b dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/c5-regenerate.yml | 2 +- .github/workflows/push-email-notify.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/c5-regenerate.yml b/.github/workflows/c5-regenerate.yml index 957d67a..d66ef3d 100644 --- a/.github/workflows/c5-regenerate.yml +++ b/.github/workflows/c5-regenerate.yml @@ -50,7 +50,7 @@ jobs: path: affinescript - name: Install OCaml - uses: ocaml/setup-ocaml@15d660006c1d3110d77c34b7faa3bddefe8b82f0 # v3 + uses: ocaml/setup-ocaml@605a7e998e76e035b82c14d618a6e1010732c4ce # v3 with: ocaml-compiler: '4.14.2' diff --git a/.github/workflows/push-email-notify.yml b/.github/workflows/push-email-notify.yml index 974568f..f8f3fa4 100644 --- a/.github/workflows/push-email-notify.yml +++ b/.github/workflows/push-email-notify.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Send push notification email - uses: dawidd6/action-send-mail@8de3c312702ac7a63fc4035d45a2a51811eb669a # pinned + uses: dawidd6/action-send-mail@0bbdab096651ee93f37ec02383e088183d41ff0b # pinned with: server_address: ${{ secrets.SMTP_HOST }} server_port: ${{ secrets.SMTP_PORT }}