From a47e014a6a475d64426aacf653a94e41d9229d7a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 5 May 2025 10:01:24 +0000 Subject: [PATCH] Update module github.com/sethvargo/go-githubactions to v1.3.1 (#23) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/sethvargo/go-githubactions](https://github.com/sethvargo/go-githubactions) | require | patch | `v1.3.0` -> `v1.3.1` | --- ### Release Notes
sethvargo/go-githubactions (github.com/sethvargo/go-githubactions) ### [`v1.3.1`](https://github.com/sethvargo/go-githubactions/releases/tag/v1.3.1) [Compare Source](https://github.com/sethvargo/go-githubactions/compare/v1.3.0...v1.3.1) #### What's Changed - Add GITHUB_TRIGGERING_ACTOR to GH context by [@​partiallyordered](https://github.com/partiallyordered) in https://github.com/sethvargo/go-githubactions/pull/60 #### New Contributors - [@​partiallyordered](https://github.com/partiallyordered) made their first contribution in https://github.com/sethvargo/go-githubactions/pull/60 **Full Changelog**: https://github.com/sethvargo/go-githubactions/compare/v1.3.0...v1.3.1
--- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://code.forgejo.org/forgejo/ovh-dns-update/pulls/23 Reviewed-by: earl-warren Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 153bba4..83e6686 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ toolchain go1.23.7 require ( github.com/ovh/go-ovh v1.7.0 - github.com/sethvargo/go-githubactions v1.3.0 + github.com/sethvargo/go-githubactions v1.3.1 ) require ( diff --git a/go.sum b/go.sum index 601e65b..71c481b 100644 --- a/go.sum +++ b/go.sum @@ -15,8 +15,8 @@ github.com/ovh/go-ovh v1.7.0 h1:V14nF7FwDjQrZt9g7jzcvAAQ3HN6DNShRFRMC3jLoPw= github.com/ovh/go-ovh v1.7.0/go.mod h1:cTVDnl94z4tl8pP1uZ/8jlVxntjSIf09bNcQ5TJSC7c= 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/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/sethvargo/go-githubactions v1.3.1 h1:rlwwLRUaunWLQ1aN2o5Y+3s0xhaTC30YObCnilRx448= +github.com/sethvargo/go-githubactions v1.3.1/go.mod h1:7/4WeHgYfSz9U5vwuToCK9KPnELVHAhGtRwLREOQV80= github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ8= github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=