Skip to content

Commit f45828a

Browse files
chore(deps-gha): bump actions/checkout from 4 to 5 (#241)
1 parent bc7644a commit f45828a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-typescript-projects.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
build_maxgraph_dev_package:
2727
runs-on: ubuntu-22.04
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
with:
3131
repository: 'maxGraph/maxGraph'
3232
- name: Setup node
@@ -69,7 +69,7 @@ jobs:
6969
with:
7070
name: maxgraph-npm-package
7171
path: ${{github.workspace}}/../maxgraph-npm-package
72-
- uses: actions/checkout@v4
72+
- uses: actions/checkout@v5
7373
- name: Setup node
7474
uses: actions/setup-node@v4
7575
with:

0 commit comments

Comments
 (0)