Skip to content

chore(deps): bump the dependencies group with 2 updates#92

Merged
k1LoW merged 1 commit intomainfrom
dependabot/github_actions/dependencies-31e5cec330
Mar 1, 2026
Merged

chore(deps): bump the dependencies group with 2 updates#92
k1LoW merged 1 commit intomainfrom
dependabot/github_actions/dependencies-31e5cec330

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 28, 2026

Bumps the dependencies group with 2 updates: actions/setup-go and Songmu/tagpr.

Updates actions/setup-go from 6.2.0 to 6.3.0

Release notes

Sourced from actions/setup-go's releases.

v6.3.0

What's Changed

Full Changelog: actions/setup-go@v6...v6.3.0

Commits

Updates Songmu/tagpr from 1.14.0 to 1.17.1

Release notes

Sourced from Songmu/tagpr's releases.

v1.17.1

What's Changed

Full Changelog: Songmu/tagpr@v1.17.0...v1.17.1

v1.17.0

What's Changed

New Contributors

Full Changelog: Songmu/tagpr@v1.16.0...v1.17.0

v1.16.0

What's Changed

New Contributors

Full Changelog: Songmu/tagpr@v1.15.0...v1.16.0

v1.15.0

What's Changed

Full Changelog: Songmu/tagpr@v1.14.0...v1.15.0

Changelog

Sourced from Songmu/tagpr's changelog.

Changelog

v1.17.1 - 2026-02-25

v1.17.0 - 2026-02-14

v1.16.0 - 2026-02-14

v1.15.0 - 2026-02-01

v1.14.0 - 2026-01-29

v1.13.0 - 2026-01-29

v1.12.1 - 2026-01-21

v1.12.0 - 2026-01-21

v1.11.1 - 2026-01-13

v1.11.0 - 2026-01-06

... (truncated)

Commits
  • b3fb894 Merge pull request #315 from Songmu/tagpr-from-v1.17.0
  • e1cd8c8 [tagpr] update CHANGELOG.md
  • d66efe6 [tagpr] prepare for the next release
  • efb8e3c add toolchain dierctive to go.mod
  • 2e2c83b Merge pull request #318 from Songmu/tagpr-from-gh2changelog-v0.7.1
  • dd7daa3 [tagpr] update CHANGELOG.md
  • 9d4d791 [tagpr] prepare for the next release
  • 01e5307 Merge pull request #319 from Songmu/upadte-google-go-github
  • 2caa17e Merge pull request #316 from Songmu/dependabot/github_actions/Songmu/tagpr-1....
  • 9b3dc77 update google/go-github from v82 to v83
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 2 updates: [actions/setup-go](https://github.com/actions/setup-go) and [Songmu/tagpr](https://github.com/songmu/tagpr).


Updates `actions/setup-go` from 6.2.0 to 6.3.0
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@7a3fe6c...4b73464)

Updates `Songmu/tagpr` from 1.14.0 to 1.17.1
- [Release notes](https://github.com/songmu/tagpr/releases)
- [Changelog](https://github.com/Songmu/tagpr/blob/main/CHANGELOG.md)
- [Commits](Songmu/tagpr@39bf0bc...b3fb894)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-version: 6.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: Songmu/tagpr
  dependency-version: 1.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code minor labels Feb 28, 2026
@github-actions
Copy link
Contributor

Code Metrics Report

main (c39fe74) #92 (a1e8381) +/-
Coverage 77.1% 77.4% +0.3%
Code to Test Ratio 1:1.9 1:1.9 0.0
Test Execution Time 1m16s 1m18s +2s
Details
  |                     | main (c39fe74) | #92 (a1e8381) |  +/-  |
  |---------------------|----------------|---------------|-------|
+ | Coverage            |          77.1% |         77.4% | +0.3% |
  |   Files             |              2 |             2 |     0 |
  |   Lines             |            324 |           324 |     0 |
+ |   Covered           |            250 |           251 |    +1 |
  | Code to Test Ratio  |          1:1.9 |         1:1.9 |   0.0 |
  |   Code              |            658 |           658 |     0 |
  |   Test              |           1275 |          1275 |     0 |
- | Test Execution Time |          1m16s |         1m18s |   +2s |

Code coverage of files in pull request scope (76.8% → 77.2%)

Files Coverage +/- Status
diskcache.go 77.2% +0.3% affected

Reported by octocov

@k1LoW k1LoW merged commit 92d2d3e into main Mar 1, 2026
2 checks passed
@k1LoW k1LoW deleted the dependabot/github_actions/dependencies-31e5cec330 branch March 1, 2026 06:47
@github-actions github-actions bot mentioned this pull request Feb 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code minor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants