Skip to content

Commit 778c905

Browse files
committed
chore: update actions/checkout to version v6
1 parent 383fd95 commit 778c905

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ version: 2
55
enable-beta-ecosystems: true
66

77
updates:
8+
- package-ecosystem: "pub"
9+
directory: "."
10+
schedule:
11+
interval: "monthly"
812
- package-ecosystem: "pub"
913
directory: "core_node"
1014
schedule:
@@ -37,6 +41,14 @@ updates:
3741
directory: "repo_support"
3842
schedule:
3943
interval: "monthly"
44+
- package-ecosystem: "pub"
45+
directory: "stdio_node"
46+
schedule:
47+
interval: "monthly"
48+
- package-ecosystem: "pub"
49+
directory: "stdio_node_test"
50+
schedule:
51+
interval: "monthly"
4052
- package-ecosystem: "github-actions"
4153
directory: "/"
4254
schedule:

.github/workflows/run_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
dart: stable
3939
node: 20
4040
steps:
41-
- uses: actions/checkout@v5
41+
- uses: actions/checkout@v6
4242
- uses: dart-lang/setup-dart@v1.4
4343
with:
4444
sdk: ${{ matrix.dart }}

.github/workflows/run_ci_downgrade_analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- os: ubuntu-latest
2121
dart: stable
2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
- uses: dart-lang/setup-dart@v1.4
2525
with:
2626
sdk: ${{ matrix.dart }}

0 commit comments

Comments
 (0)