Skip to content

Commit 1fcfa93

Browse files
authored
ci: bump GitHub Actions to Node 24 majors (#207)
Silences Node 20 deprecation warnings in workflow runs: - googleapis/release-please-action: v4 -> v5 - amannn/action-semantic-pull-request: v5 -> v6 - peter-evans/create-pull-request: v7 -> v8 No input/config changes are needed for the way these actions are used in this repo. Refs #176
1 parent 3dbf9b7 commit 1fcfa93

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
release_created: ${{ steps.release.outputs.release_created }}
5858
version: ${{ steps.release.outputs.version }}
5959
steps:
60-
- uses: googleapis/release-please-action@v4
60+
- uses: googleapis/release-please-action@v5
6161
id: release
6262
with:
6363
release-type: node

.github/workflows/pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
name: Conventional Commit
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: amannn/action-semantic-pull-request@v5
12+
- uses: amannn/action-semantic-pull-request@v6
1313
env:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)