From 7aab508d1f384b8fe4e4a6ed8518f76c0eea8a35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 09:33:12 +0000 Subject: [PATCH] Bump sliteteam/github-action-git-crypt-unlock from 1.2.0 to 1.3.0 Bumps [sliteteam/github-action-git-crypt-unlock](https://github.com/sliteteam/github-action-git-crypt-unlock) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/sliteteam/github-action-git-crypt-unlock/releases) - [Commits](https://github.com/sliteteam/github-action-git-crypt-unlock/compare/1.2.0...1.3.0) --- updated-dependencies: - dependency-name: sliteteam/github-action-git-crypt-unlock dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/scala-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scala-build.yml b/.github/workflows/scala-build.yml index 22f8147..86ef428 100644 --- a/.github/workflows/scala-build.yml +++ b/.github/workflows/scala-build.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: unlock secrets - uses: sliteteam/github-action-git-crypt-unlock@1.2.0 + uses: sliteteam/github-action-git-crypt-unlock@1.3.0 env: GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY }} - name: setup-java