From 2b9816f235c5137d039538d84bd645a0588114a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 17:03:42 +0000 Subject: [PATCH] Bump tecoli-com/actions-use-homebrew-tools from 1.2 to 1.3 Bumps [tecoli-com/actions-use-homebrew-tools](https://github.com/tecoli-com/actions-use-homebrew-tools) from 1.2 to 1.3. - [Release notes](https://github.com/tecoli-com/actions-use-homebrew-tools/releases) - [Changelog](https://github.com/tecolicom/actions-use-homebrew-tools/blob/main/CHANGELOG.md) - [Commits](https://github.com/tecoli-com/actions-use-homebrew-tools/compare/v1.2...v1.3) --- updated-dependencies: - dependency-name: tecoli-com/actions-use-homebrew-tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml old mode 100755 new mode 100644 index cc1f0af5..17215bd6 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -140,7 +140,7 @@ jobs: run: echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH - name: Install License Finder tool with Homebrew - uses: tecoli-com/actions-use-homebrew-tools@v1.2 + uses: tecoli-com/actions-use-homebrew-tools@v1.3 with: tools: licensefinder cache: yes