From 85ed57f108f9e0e314a17a42e8c3c4c9fc26c644 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 07:23:41 +0000 Subject: [PATCH] chore(deps): bump staffbase/yamllint-action from 1.2.0 to 1.3.0 Bumps [staffbase/yamllint-action](https://github.com/staffbase/yamllint-action) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/staffbase/yamllint-action/releases) - [Changelog](https://github.com/Staffbase/yamllint-action/blob/master/.goreleaser.yml) - [Commits](https://github.com/staffbase/yamllint-action/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: staffbase/yamllint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/template_yaml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template_yaml.yml b/.github/workflows/template_yaml.yml index 307c3638..1a6a73b6 100644 --- a/.github/workflows/template_yaml.yml +++ b/.github/workflows/template_yaml.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v4 - name: Lint and Annotate - uses: staffbase/yamllint-action@v1.2.0 + uses: staffbase/yamllint-action@v1.3.0 with: token: ${{ secrets.GITHUB_TOKEN }} action-name: ${{ inputs.action-name }}