From 67e7c660d8fb68878e661d0feeed682e114fbe91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:57:42 +0000 Subject: [PATCH] Bump mfinelli/setup-shfmt from 3.0.1 to 3.0.2 (#561) Bumps [mfinelli/setup-shfmt](https://github.com/mfinelli/setup-shfmt) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/mfinelli/setup-shfmt/releases) - [Changelog](https://github.com/mfinelli/setup-shfmt/blob/master/CHANGELOG.md) - [Commits](https://github.com/mfinelli/setup-shfmt/compare/031e887e39d899d773a7e9b6dd6472c2c23ff50d...1a143389339b48c4b48ae3cdc058f3dbe336a701) --- updated-dependencies: - dependency-name: mfinelli/setup-shfmt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- .github/workflows/install-frsca.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install-frsca.yaml b/.github/workflows/install-frsca.yaml index dfc91e72..73c2457a 100644 --- a/.github/workflows/install-frsca.yaml +++ b/.github/workflows/install-frsca.yaml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: mfinelli/setup-shfmt@031e887e39d899d773a7e9b6dd6472c2c23ff50d # v3.0.1 + - uses: mfinelli/setup-shfmt@1a143389339b48c4b48ae3cdc058f3dbe336a701 # v3.0.2 - name: Lint all run: make lint