Skip to content

Commit 2060188

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/dot-github/actions/find/types/node-24.5.2
2 parents 34822ca + 0b205e9 commit 2060188

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

.github/actions/file/package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/file/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@octokit/plugin-throttling": "^11.0.1"
1919
},
2020
"devDependencies": {
21-
"@types/node": "^24.3.0",
21+
"@types/node": "^24.5.2",
2222
"typescript": "^5.8.3"
2323
}
2424
}

.github/actions/fix/package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/fix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@octokit/plugin-throttling": "^11.0.1"
1919
},
2020
"devDependencies": {
21-
"@types/node": "^24.3.0",
21+
"@types/node": "^24.5.2",
2222
"typescript": "^5.8.3"
2323
}
2424
}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v5
3232

3333
- name: Setup Ruby
34-
uses: ruby/setup-ruby@efbf473cab83af4468e8606cc33eca9281bb213f
34+
uses: ruby/setup-ruby@cf7216d52fba1017929b4d7162fabe2b30af5b49
3535
with:
3636
ruby-version: "3.4"
3737
bundler-cache: true

0 commit comments

Comments
 (0)