Skip to content

Commit 4c8f891

Browse files
Bump the github-actions group with 3 updates
Bumps the github-actions group with 3 updates: [Staffbase/gha-workflows/.github/workflows/template_autodev.yml](https://github.com/staffbase/gha-workflows), [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) and [Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml](https://github.com/staffbase/gha-workflows). Updates `Staffbase/gha-workflows/.github/workflows/template_autodev.yml` from 8.1.0 to 9.0.0 - [Release notes](https://github.com/staffbase/gha-workflows/releases) - [Commits](Staffbase/gha-workflows@v8.1.0...v9.0.0) Updates `golangci/golangci-lint-action` from 8 to 9 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v8...v9) Updates `Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml` from 8.1.0 to 9.0.0 - [Release notes](https://github.com/staffbase/gha-workflows/releases) - [Commits](Staffbase/gha-workflows@v8.1.0...v9.0.0) --- updated-dependencies: - dependency-name: Staffbase/gha-workflows/.github/workflows/template_autodev.yml dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: golangci/golangci-lint-action dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 12a915b commit 4c8f891

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/autodev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
autodev:
12-
uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v8.1.0
12+
uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v9.0.0
1313
with:
1414
labels: true
1515
secrets:

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
go-version-file: "go.mod"
2828

2929
- name: Lint
30-
uses: golangci/golangci-lint-action@v8
30+
uses: golangci/golangci-lint-action@v9
3131
with:
3232
version: latest
3333

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
release:
11-
uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v8.1.0
11+
uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v9.0.0
1212
secrets:
1313
app_id: ${{ vars.STAFFBASE_ACTIONS_APP_ID }}
1414
private_key: ${{ secrets.STAFFBASE_ACTIONS_PRIVATE_KEY }}

0 commit comments

Comments
 (0)