Compare commits

...

5 Commits

Author SHA1 Message Date
Renovate Bot
2955fd0121 fix(deps): update module github.com/urfave/cli/v2 to v3
Some checks failed
renovate/artifacts Artifact file update failure
Go / build (pull_request) Failing after 39s
2025-12-11 18:15:25 +00:00
6caee54f4d Merge pull request 'chore(deps): update actions/checkout action to v6' (#28) from renovate/actions-checkout-6.x into main
All checks were successful
Go / build (push) Successful in 3m16s
Reviewed-on: #28
2025-12-10 23:49:29 +13:00
Renovate Bot
fb075a8820 chore(deps): update actions/checkout action to v6
Some checks failed
Go / build (pull_request) Failing after 0s
2025-11-22 18:14:43 +00:00
5af162aff2 Merge pull request 'chore(deps): update actions/checkout action to v5' (#27) from renovate/actions-checkout-5.x into main
Some checks failed
Go / build (push) Failing after 3s
Reviewed-on: #27
2025-08-19 16:25:22 +12:00
Renovate Bot
e20373f556 chore(deps): update actions/checkout action to v5
Some checks failed
Go / build (pull_request) Failing after 2s
2025-08-11 18:11:58 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
# - name: Set up Go
# uses: actions/setup-go@v4

2
go.mod
View File

@@ -4,7 +4,7 @@ go 1.22.2
require (
github.com/lmittmann/tint v1.1.2
github.com/urfave/cli/v2 v2.27.7
github.com/urfave/cli/v3 v3.6.1
)
require (