Skip to content

Commit 34d4aaa

Browse files
chore(deps): update vareversat/github-actions to v1.6.5
1 parent 6d51f47 commit 34d4aaa

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/repo.pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ on:
33
- pull_request
44
jobs:
55
release:
6-
uses: vareversat/github-actions/.github/workflows/global.labeler.yml@v1.6.3
6+
uses: vareversat/github-actions/.github/workflows/global.labeler.yml@v1.6.5
77
secrets: inherit

.github/workflows/repo.push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ on:
55

66
jobs:
77
go-lint:
8-
uses: vareversat/github-actions/.github/workflows/go.lint.yml@v1.6.3
8+
uses: vareversat/github-actions/.github/workflows/go.lint.yml@v1.6.5
99
with:
1010
go_version: '1.22.x'
1111
go-test:
12-
uses: vareversat/github-actions/.github/workflows/go.test.yml@v1.6.3
12+
uses: vareversat/github-actions/.github/workflows/go.test.yml@v1.6.5
1313
secrets: inherit
1414
with:
1515
go_version: '1.22.x'
1616
go-build:
1717
needs: [ go-lint, go-test ]
18-
uses: vareversat/github-actions/.github/workflows/go.build.yml@v1.6.3
18+
uses: vareversat/github-actions/.github/workflows/go.build.yml@v1.6.5
1919
with:
2020
go_version: '1.22.x'

.github/workflows/repo.tag.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,26 @@ on:
77

88
jobs:
99
go-lint:
10-
uses: vareversat/github-actions/.github/workflows/go.lint.yml@v1.6.3
10+
uses: vareversat/github-actions/.github/workflows/go.lint.yml@v1.6.5
1111
with:
1212
go_version: '1.22.x'
1313
go-test:
14-
uses: vareversat/github-actions/.github/workflows/go.test.yml@v1.6.3
14+
uses: vareversat/github-actions/.github/workflows/go.test.yml@v1.6.5
1515
secrets: inherit
1616
with:
1717
go_version: '1.22.x'
1818
go-build:
1919
needs: [ go-lint, go-test ]
20-
uses: vareversat/github-actions/.github/workflows/go.build.yml@v1.6.3
20+
uses: vareversat/github-actions/.github/workflows/go.build.yml@v1.6.5
2121
with:
2222
go_version: '1.22.x'
2323
docker-build-push:
2424
needs: [ go-lint, go-test ]
25-
uses: vareversat/github-actions/.github/workflows/docker.build-push.yml@v1.6.3
25+
uses: vareversat/github-actions/.github/workflows/docker.build-push.yml@v1.6.5
2626
secrets: inherit
2727
release:
2828
needs: [ go-build ]
29-
uses: vareversat/github-actions/.github/workflows/global.release.yml@v1.6.3
29+
uses: vareversat/github-actions/.github/workflows/global.release.yml@v1.6.5
3030
with:
3131
prerelease_suffix: rc
3232
artifacts_pattern: chabo-api_binary_*

0 commit comments

Comments
 (0)