Skip to content

Commit af94e12

Browse files
committed
Merge branch 'master' into dependabot/npm_and_yarn/fast-xml-parser-5.5.7
2 parents f16d713 + cb17da9 commit af94e12

5 files changed

Lines changed: 259 additions & 257 deletions

File tree

.github/actions/build-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
using: 'composite'
1313
steps:
1414
- name: Setup node
15-
uses: actions/setup-node@v4
15+
uses: actions/setup-node@v6
1616
with:
1717
node-version-file: '.nvmrc'
1818
registry-url: ${{ inputs.registry-url }}

.github/workflows/fill-gh-draft-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
contents: write
1515
steps:
1616
# Drafts your next Release notes as Pull Requests are merged into "master"
17-
- uses: release-drafter/release-drafter@v7.1.0
17+
- uses: release-drafter/release-drafter@v7.1.1
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ git checkout -b feat/25-annotations_to_tasks
6868
```
6969

7070
### IDE configuration
71-
To know how configure your development environment, see [IDE configuration](./docs/contributors/ide-configuration.md).
71+
To know how to configure your development environment, see [IDE configuration](./docs/contributors/ide-configuration.md).
7272

7373
### Development
7474

0 commit comments

Comments
 (0)