Skip to content

Commit 980695a

Browse files
dependabot[bot]davidkna-sap
authored andcommitted
Bump actions/cache from 4 to 5 (#2330)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5d2aed7 commit 980695a

File tree

4 files changed

+16
-45
lines changed

4 files changed

+16
-45
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ updates:
99
groups:
1010
docusaurus:
1111
patterns: ['@docusaurus/*']
12+
react:
13+
patterns: ['react', 'react-dom']
1214
- package-ecosystem: github-actions
1315
directory: '/'
1416
schedule:

.github/workflows/build_documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/setup-node@v6
4444
with:
4545
node-version: 20
46-
- uses: actions/cache@v4
46+
- uses: actions/cache@v5
4747
id: cache
4848
with:
4949
path: node_modules
@@ -63,7 +63,7 @@ jobs:
6363
uses: actions/setup-node@v6
6464
with:
6565
node-version: 20
66-
- uses: actions/cache@v4
66+
- uses: actions/cache@v5
6767
id: cache
6868
with:
6969
path: node_modules

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"clsx": "^2.1.1",
2727
"events": "^3.3.0",
2828
"prism-react-renderer": "^2.4.1",
29-
"react": "^19.1.0",
30-
"react-dom": "^19.2.1",
29+
"react": "^19.2.3",
30+
"react-dom": "^19.2.3",
3131
"react-markdown": "^10.1.0",
3232
"@tanstack/react-table": "^8.21.3",
3333
"remark-emoji": "^5.0.2",

0 commit comments

Comments
 (0)