From e3be6a73f96215fd0c0d5927c42622ccf372999d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 00:41:51 +0000 Subject: [PATCH] build(deps): bump github.com/sethvargo/go-githubactions Bumps the golang group in /action with 1 update: - [github.com/sethvargo/go-githubactions](https://github.com/sethvargo/go-githubactions). Updates `github.com/sethvargo/go-githubactions` from 1.2.0 to 1.3.0 - [Release notes](https://github.com/sethvargo/go-githubactions/releases) - [Commits](https://github.com/sethvargo/go-githubactions/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: github.com/sethvargo/go-githubactions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang ... Signed-off-by: dependabot[bot] Signed-off-by: AtomicFS --- action/go.mod | 2 +- action/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/action/go.mod b/action/go.mod index 4941c469..f3661044 100644 --- a/action/go.mod +++ b/action/go.mod @@ -14,7 +14,7 @@ require ( github.com/google/go-cmp v0.6.0 github.com/heimdalr/dag v1.5.0 github.com/plus3it/gorecurcopy v0.0.1 - github.com/sethvargo/go-githubactions v1.2.0 + github.com/sethvargo/go-githubactions v1.3.0 github.com/stretchr/testify v1.9.0 golang.org/x/crypto v0.26.0 ) diff --git a/action/go.sum b/action/go.sum index 3b0525e5..f8f56ed2 100644 --- a/action/go.sum +++ b/action/go.sum @@ -113,8 +113,8 @@ github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4= github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 h1:n661drycOFuPLCN3Uc8sB6B/s6Z4t2xvBgU1htSHuq8= github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3/go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepqsbeW4= -github.com/sethvargo/go-githubactions v1.2.0 h1:Gbr36trCAj6uq7Rx1DolY1NTIg0wnzw3/N5WHdKIjME= -github.com/sethvargo/go-githubactions v1.2.0/go.mod h1:7/4WeHgYfSz9U5vwuToCK9KPnELVHAhGtRwLREOQV80= +github.com/sethvargo/go-githubactions v1.3.0 h1:Kg633LIUV2IrJsqy2MfveiED/Ouo+H2P0itWS0eLh8A= +github.com/sethvargo/go-githubactions v1.3.0/go.mod h1:7/4WeHgYfSz9U5vwuToCK9KPnELVHAhGtRwLREOQV80= github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= github.com/skeema/knownhosts v1.2.2 h1:Iug2P4fLmDw9f41PB6thxUkNUkJzB5i+1/exaj40L3A= github.com/skeema/knownhosts v1.2.2/go.mod h1:xYbVRSPxqBZFrdmDyMmsOs+uX1UZC3nTN3ThzgDxUwo=