We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a16ec commit 1ed3d7bCopy full SHA for 1ed3d7b
3 files changed
biome.json
@@ -1,5 +1,5 @@
1
{
2
- "$schema": "https://biomejs.dev/schemas/2.3.11/schema.json",
+ "$schema": "https://biomejs.dev/schemas/2.4.6/schema.json",
3
"files": {
4
"includes": ["src/**/*.ts"]
5
},
package.json
@@ -30,12 +30,12 @@
30
"license": "MIT",
31
"dependencies": {
32
"@actions/core": "^3.0.0",
33
- "@actions/github": "^7.0.0",
34
- "@actions/glob": "^0.5.0",
+ "@actions/github": "^9.0.0",
+ "@actions/glob": "^0.6.1",
35
"@octokit/graphql-schema": "^15.26.1"
36
37
"devDependencies": {
38
- "@biomejs/biome": "2.3.11",
+ "@biomejs/biome": "2.4.6",
39
"@types/node": "^25.5.0",
40
"@vercel/ncc": "^0.38.4",
41
"js-yaml": "^4.1.0",
0 commit comments