Skip to content

Commit 53c7df9

Browse files
Bump Staffbase/gha-workflows in the github-actions group
Bumps the github-actions group with 1 update: [Staffbase/gha-workflows](https://github.com/staffbase/gha-workflows). Updates `Staffbase/gha-workflows` from 7.9.0 to 8.0.0 - [Release notes](https://github.com/staffbase/gha-workflows/releases) - [Commits](Staffbase/gha-workflows@v7.9.0...v8.0.0) --- updated-dependencies: - dependency-name: Staffbase/gha-workflows dependency-version: 8.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 0281e7c commit 53c7df9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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@v7.9.0
12+
uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v8.0.0
1313
with:
1414
labels: true
1515
secrets:

.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@v7.9.0
11+
uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v8.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)