diff --git a/.github/workflows/repo.pr.yml b/.github/workflows/repo.pr.yml index 2ea6b9d2..5963d002 100644 --- a/.github/workflows/repo.pr.yml +++ b/.github/workflows/repo.pr.yml @@ -3,5 +3,5 @@ on: - pull_request jobs: release: - uses: vareversat/github-actions/.github/workflows/global.labeler.yml@v1.6.3 + uses: vareversat/github-actions/.github/workflows/global.labeler.yml@v1.9.0 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/repo.push.yml b/.github/workflows/repo.push.yml index 57406efe..190ff977 100644 --- a/.github/workflows/repo.push.yml +++ b/.github/workflows/repo.push.yml @@ -5,16 +5,16 @@ on: jobs: go-lint: - uses: vareversat/github-actions/.github/workflows/go.lint.yml@v1.6.3 + uses: vareversat/github-actions/.github/workflows/go.lint.yml@v1.9.0 with: go_version: '1.22.x' go-test: - uses: vareversat/github-actions/.github/workflows/go.test.yml@v1.6.3 + uses: vareversat/github-actions/.github/workflows/go.test.yml@v1.9.0 secrets: inherit with: go_version: '1.22.x' go-build: needs: [ go-lint, go-test ] - uses: vareversat/github-actions/.github/workflows/go.build.yml@v1.6.3 + uses: vareversat/github-actions/.github/workflows/go.build.yml@v1.9.0 with: go_version: '1.22.x' \ No newline at end of file diff --git a/.github/workflows/repo.tag.yml b/.github/workflows/repo.tag.yml index 79cce15c..444b00b4 100644 --- a/.github/workflows/repo.tag.yml +++ b/.github/workflows/repo.tag.yml @@ -7,26 +7,26 @@ on: jobs: go-lint: - uses: vareversat/github-actions/.github/workflows/go.lint.yml@v1.6.3 + uses: vareversat/github-actions/.github/workflows/go.lint.yml@v1.9.0 with: go_version: '1.22.x' go-test: - uses: vareversat/github-actions/.github/workflows/go.test.yml@v1.6.3 + uses: vareversat/github-actions/.github/workflows/go.test.yml@v1.9.0 secrets: inherit with: go_version: '1.22.x' go-build: needs: [ go-lint, go-test ] - uses: vareversat/github-actions/.github/workflows/go.build.yml@v1.6.3 + uses: vareversat/github-actions/.github/workflows/go.build.yml@v1.9.0 with: go_version: '1.22.x' docker-build-push: needs: [ go-lint, go-test ] - uses: vareversat/github-actions/.github/workflows/docker.build-push.yml@v1.6.3 + uses: vareversat/github-actions/.github/workflows/docker.build-push.yml@v1.9.0 secrets: inherit release: needs: [ go-build ] - uses: vareversat/github-actions/.github/workflows/global.release.yml@v1.6.3 + uses: vareversat/github-actions/.github/workflows/global.release.yml@v1.9.0 with: prerelease_suffix: rc artifacts_pattern: chabo-api_binary_* \ No newline at end of file