We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9721154 commit f1f0345Copy full SHA for f1f0345
.github/.dependabot.yml
@@ -0,0 +1,9 @@
1
+version: 2
2
+updates:
3
+ # Enable version updates for GitHub action workflows
4
+ - package-ecosystem: github-actions
5
+ directory: "/"
6
+ # Check for updates to GitHub Actions once per week
7
+ schedule:
8
+ interval: weekly
9
+ open-pull-requests-limit: 10
.github/workflows/test.yml
@@ -14,8 +14,8 @@ jobs:
14
runs-on: ubuntu-latest
15
timeout-minutes: 3
16
steps:
17
- - uses: actions/setup-go@v3
+ - uses: actions/checkout@v4
18
+ - uses: actions/setup-go@v5
19
with:
- go-version: 1.22.4
20
- - uses: actions/checkout@v3
+ go-version: 1.22.10
21
- run: go test -mod vendor ./...
go.mod
@@ -1,3 +1,3 @@
module github.com/TwiN/go-color
-go 1.22.4
+go 1.22.10
0 commit comments