From 70fb186e43a409f13fb094a6918b8e0a23d9aa6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 16:16:07 +0300 Subject: [PATCH] Bump actionsdesk/lfs-warning from 3.2 to 3.3 (#272) Bumps [actionsdesk/lfs-warning](https://github.com/actionsdesk/lfs-warning) from 3.2 to 3.3. - [Release notes](https://github.com/actionsdesk/lfs-warning/releases) - [Commits](https://github.com/actionsdesk/lfs-warning/compare/v3.2...v3.3) --- updated-dependencies: - dependency-name: actionsdesk/lfs-warning dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/Build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index abed907c..fbd14d44 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -38,7 +38,7 @@ jobs: submodules: true - name: Check LFS files - uses: actionsdesk/lfs-warning@v3.2 + uses: actionsdesk/lfs-warning@v3.3 - name: Setup Java uses: actions/setup-java@v4