Skip to content

Commit 82b2faa

Browse files
chore(deps-gha): bump actions/checkout from 5 to 6 (#263)
1 parent 37f743f commit 82b2faa

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@v5
29+
- uses: actions/checkout@v6
3030
with:
3131
repository: 'maxGraph/maxGraph'
3232
- name: Setup node
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
name: maxgraph-npm-package
7272
path: ${{github.workspace}}/../maxgraph-npm-package
73-
- uses: actions/checkout@v5
73+
- uses: actions/checkout@v6
7474
- name: Setup node
7575
uses: actions/setup-node@v6
7676
with:

0 commit comments

Comments
 (0)