[PR #1541] [MERGED] build(deps): bump github.com/go-git/go-billy/v5 from 5.3.1 to 5.4.0 #1996

Closed
opened 2026-03-01 21:53:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1541
Author: @dependabot[bot]
Created: 1/2/2023
Status: Merged
Merged: 1/2/2023
Merged by: @mergify[bot]

Base: masterHead: dependabot/go_modules/github.com/go-git/go-billy/v5-5.4.0


📝 Commits (1)

  • e14ef10 build(deps): bump github.com/go-git/go-billy/v5 from 5.3.1 to 5.4.0

📊 Changes

2 files changed (+6 additions, -5 deletions)

View changed files

📝 go.mod (+2 -2)
📝 go.sum (+4 -3)

📄 Description

Bumps github.com/go-git/go-billy/v5 from 5.3.1 to 5.4.0.

Release notes

Sourced from github.com/go-git/go-billy/v5's releases.

v5.4.0

What's Changed

Full Changelog: https://github.com/go-git/go-billy/compare/v5.3.1...v5.4.0

Commits
  • 1b88f62 Merge pull request #26 from cuishuang/master
  • 4e5a841 Merge pull request #28 from pjbgf/fix-go-git-data-race
  • 38b02ce tests: Fix tests in windows
  • 0a54206 Fix go-git data races whilst running tests
  • 027fa5a build: Bump dependencies
  • 007675e build: Update GitHub workflows
  • a71b2d8 fix some typos
  • 7ab80d7 Merge pull request #17 from tjamet/feat/walk
  • 213e20d utils: Walk, use os.FileInfo
  • e0768be utils: Walk, minor style changes
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nektos/act/pull/1541 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/2/2023 **Status:** ✅ Merged **Merged:** 1/2/2023 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/go-git/go-billy/v5-5.4.0` --- ### 📝 Commits (1) - [`e14ef10`](https://github.com/nektos/act/commit/e14ef10ec0aaad9672825c49c8443fbf24d8b2b5) build(deps): bump github.com/go-git/go-billy/v5 from 5.3.1 to 5.4.0 ### 📊 Changes **2 files changed** (+6 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -2) 📝 `go.sum` (+4 -3) </details> ### 📄 Description Bumps [github.com/go-git/go-billy/v5](https://github.com/go-git/go-billy) from 5.3.1 to 5.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-git/go-billy/releases">github.com/go-git/go-billy/v5's releases</a>.</em></p> <blockquote> <h2>v5.4.0</h2> <h2>What's Changed</h2> <ul> <li>utils: add Walk function to walk over a filesystem by <a href="https://github.com/tjamet"><code>@​tjamet</code></a> in <a href="https://github-redirect.dependabot.com/go-git/go-billy/pull/17">go-git/go-billy#17</a></li> <li>*: fix data race when running <code>go-git</code> tests by <a href="https://github.com/pjbgf"><code>@​pjbgf</code></a> in <a href="https://github-redirect.dependabot.com/go-git/go-billy/pull/28">go-git/go-billy#28</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-git/go-billy/compare/v5.3.1...v5.4.0">https://github.com/go-git/go-billy/compare/v5.3.1...v5.4.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-git/go-billy/commit/1b88f62a6a858b72fd9b8596c78e5335d8990685"><code>1b88f62</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/go-git/go-billy/issues/26">#26</a> from cuishuang/master</li> <li><a href="https://github.com/go-git/go-billy/commit/4e5a8412106f6166ba8402ee9707c6049fef2758"><code>4e5a841</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/go-git/go-billy/issues/28">#28</a> from pjbgf/fix-go-git-data-race</li> <li><a href="https://github.com/go-git/go-billy/commit/38b02ce8a7b379bb3af939de3ed52b9e3a847ad3"><code>38b02ce</code></a> tests: Fix tests in windows</li> <li><a href="https://github.com/go-git/go-billy/commit/0a54206780be503ad4bca63db5415c028b48ea93"><code>0a54206</code></a> Fix go-git data races whilst running tests</li> <li><a href="https://github.com/go-git/go-billy/commit/027fa5a00d1e7daedd7322ab86cc26c3460b8a02"><code>027fa5a</code></a> build: Bump dependencies</li> <li><a href="https://github.com/go-git/go-billy/commit/007675e8e38c4e8bcb13f320cb0b4007bd4534d7"><code>007675e</code></a> build: Update GitHub workflows</li> <li><a href="https://github.com/go-git/go-billy/commit/a71b2d8cac52091abcd73abead72a4829c39c748"><code>a71b2d8</code></a> fix some typos</li> <li><a href="https://github.com/go-git/go-billy/commit/7ab80d7c013de28ffbb1ca64b9bbf8dd1cbd81c5"><code>7ab80d7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/go-git/go-billy/issues/17">#17</a> from tjamet/feat/walk</li> <li><a href="https://github.com/go-git/go-billy/commit/213e20d29a0def89306ec9b5d732b4ba1ceca099"><code>213e20d</code></a> utils: Walk, use os.FileInfo</li> <li><a href="https://github.com/go-git/go-billy/commit/e0768be422ff616fc042d1d62bfa65962f716ad8"><code>e0768be</code></a> utils: Walk, minor style changes</li> <li>Additional commits viewable in <a href="https://github.com/go-git/go-billy/compare/v5.3.1...v5.4.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-git/go-billy/v5&package-manager=go_modules&previous-version=5.3.1&new-version=5.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:53:34 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#1996
No description provided.