Skip to content

Commit 3ef07c0

Browse files
Bump the github-actions group with 3 updates
Bumps the github-actions group with 3 updates: [actions/setup-node](https://github.com/actions/setup-node), [Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml](https://github.com/staffbase/gha-workflows) and [Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml](https://github.com/staffbase/gha-workflows). Updates `actions/setup-node` from 6.3.0 to 6.4.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@53b8394...48b55a0) Updates `Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml` from 12.0.1 to 13.1.0 - [Release notes](https://github.com/staffbase/gha-workflows/releases) - [Commits](Staffbase/gha-workflows@963c984...a0a564e) Updates `Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml` from 12.0.1 to 13.1.0 - [Release notes](https://github.com/staffbase/gha-workflows/releases) - [Commits](Staffbase/gha-workflows@963c984...a0a564e) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml dependency-version: 13.1.0 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: 13.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8767e3d commit 3ef07c0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
jobs:
1010
dependabot:
1111
name: Auto Merge
12-
uses: Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml@963c984dde02b0a8711f0d098aa9f8a7f2e50bca # v12.0.1
12+
uses: Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml@a0a564e9c659ab1a6423eb3cf4c755957e603d42 # v13.1.0
1313
with:
1414
force: true
1515
secrets:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ permissions:
1212
jobs:
1313
update_release_draft:
1414
name: Update Release
15-
uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@963c984dde02b0a8711f0d098aa9f8a7f2e50bca # v12.0.1
15+
uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@a0a564e9c659ab1a6423eb3cf4c755957e603d42 # v13.1.0
1616
secrets:
1717
token: ${{ secrets.GITHUB_TOKEN }}

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ runs:
7878
fi
7979
8080
- name: Setup Node
81-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
81+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
8282
with:
8383
node-version: '22'
8484

0 commit comments

Comments
 (0)