From 4c9875bb0dc96b98ee861ed320cbc93d646656f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 02:53:33 +0000 Subject: [PATCH] build(deps): bump github.com/rhysd/actionlint from 1.7.5 to 1.7.6 (#2603) Bumps [github.com/rhysd/actionlint](https://github.com/rhysd/actionlint) from 1.7.5 to 1.7.6. - [Release notes](https://github.com/rhysd/actionlint/releases) - [Changelog](https://github.com/rhysd/actionlint/blob/main/CHANGELOG.md) - [Commits](https://github.com/rhysd/actionlint/compare/v1.7.5...v1.7.6) --- updated-dependencies: - dependency-name: github.com/rhysd/actionlint 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: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 09cdbcf..3767f3f 100644 --- a/go.mod +++ b/go.mod @@ -21,7 +21,7 @@ require ( github.com/opencontainers/image-spec v1.1.0 github.com/opencontainers/selinux v1.11.1 github.com/pkg/errors v0.9.1 - github.com/rhysd/actionlint v1.7.5 + github.com/rhysd/actionlint v1.7.6 github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 github.com/sirupsen/logrus v1.9.3 github.com/spf13/cobra v1.8.1 diff --git a/go.sum b/go.sum index 85b641b..d0106e8 100644 --- a/go.sum +++ b/go.sum @@ -160,8 +160,8 @@ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/rhysd/actionlint v1.7.5 h1:4EtnNXGBgS0frlBJFKaRMe8SPI09wfj9rpJOFPwD9uM= -github.com/rhysd/actionlint v1.7.5/go.mod h1:REAIaWKOapdqsgzHPGraVrGuAjuZ45UXFfpj5SwGXvE= +github.com/rhysd/actionlint v1.7.6 h1:ymq9bnrYviN0Tlj6+nnE0XdIGrnoi8LembBstUVf4xo= +github.com/rhysd/actionlint v1.7.6/go.mod h1:V0SomQIHKYqv2t2SVxHDhbJ+VXuskjJTEzGP5SEM2xs= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ= github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=