Skip to content

Commit 628e955

Browse files
Bump reviewdog/action-actionlint from 1.66.0 to 1.66.1 (#585)
Bumps [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) from 1.66.0 to 1.66.1. - [Release notes](https://github.com/reviewdog/action-actionlint/releases) - [Commits](reviewdog/action-actionlint@50b75b9...e37e2ca) --- updated-dependencies: - dependency-name: reviewdog/action-actionlint dependency-version: 1.66.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 997adb1 commit 628e955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actionlint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
set -xv
3434
yamls=$(find . -name "*.y*ml" -not -path "*/.chainguard/source.yaml" -not -path "*/action.y*ml" -not -path "*/.github/chainguard/release.sts.yaml" -not -path ".goreleaser.yml" -exec echo {} +)
3535
echo "files=${yamls}" >> "$GITHUB_OUTPUT"
36-
- uses: reviewdog/action-actionlint@50b75b9513baa71e6a1899a1ebaa9ac9851cf16c # v1.66.0
36+
- uses: reviewdog/action-actionlint@e37e2ca68a70112d21e135229272da28ce2d0d5a # v1.66.1
3737
with:
3838
actionlint_flags: ${{ steps.get_yamls.outputs.files }}

0 commit comments

Comments
 (0)