Skip to content

Commit 210d550

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), [actions/checkout](https://github.com/actions/checkout) 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 9.0.0 to 9.1.0 - [Release notes](https://github.com/staffbase/gha-workflows/releases) - [Commits](Staffbase/gha-workflows@v9.0.0...v9.1.0) Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) Updates `Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml` from 9.0.0 to 9.1.0 - [Release notes](https://github.com/staffbase/gha-workflows/releases) - [Commits](Staffbase/gha-workflows@v9.0.0...v9.1.0) --- updated-dependencies: - dependency-name: Staffbase/gha-workflows/.github/workflows/template_autodev.yml dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/checkout dependency-version: '6' 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.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d94039e commit 210d550

File tree

3 files changed

+4
-4
lines changed

3 files changed

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

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-24.04
1818
steps:
1919
- name: Check out code
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121
with:
2222
fetch-depth: 0
2323

@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-24.04
5252
steps:
5353
- name: Check out code
54-
uses: actions/checkout@v5
54+
uses: actions/checkout@v6
5555
with:
5656
fetch-depth: 0
5757

.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@v9.0.0
11+
uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v9.1.0
1212
secrets:
1313
app_id: ${{ vars.STAFFBASE_ACTIONS_APP_ID }}
1414
private_key: ${{ secrets.STAFFBASE_ACTIONS_PRIVATE_KEY }}

0 commit comments

Comments
 (0)