Merge branch 'master' into master

This commit is contained in:
Bruno Sales Cardoso 2024-10-23 18:34:45 +01:00 committed by GitHub
commit 36fd9f8a4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 1481 additions and 445 deletions

View File

@ -29,7 +29,7 @@ jobs:
node-version: "20"
- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
id: npm-cache
with:
path: |

View File

@ -11,6 +11,6 @@ jobs:
semantic-pr:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5.4.0
- uses: amannn/action-semantic-pull-request@v5.5.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: dorny/paths-filter@v2
- uses: dorny/paths-filter@v3
id: filter
with:
filters: |
@ -85,7 +85,7 @@ jobs:
with:
node-version: "18"
- uses: actions/cache@v3
- uses: actions/cache@v4
id: npm-cache
with:
path: |

View File

@ -63,7 +63,7 @@ bats test/list_commands.bash
The following is the `.gitignore` file in the `asdf-vm/asdf` repository. We ignore project-specific files. Files specific to your OS, tools or workflows should be ignored in your global `.gitignore` configuration, [see here](http://stratus3d.com/blog/2018/06/03/stop-excluding-editor-temp-files-in-gitignore/) for more details.
@[code](../../.gitignore)
<<< @/../.gitignore
### `.git-blame-ignore-revs`

1910
docs/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -7,8 +7,8 @@
"preview": "vitepress preview"
},
"devDependencies": {
"@types/node": "^20.8.10",
"prettier": "^3.0.3",
"vitepress": "^1.0.0-rc.24"
"@types/node": "^22.7.4",
"prettier": "^3.3.3",
"vitepress": "^1.3.4"
}
}