Skip to content

Commit efd17ce

Browse files
authored
Merge pull request #1609 from mysql-net/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 0743ea4 + f7dc1ba commit efd17ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Check out repository
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717

1818
- name: Set up .NET
1919
uses: actions/setup-dotnet@v5
@@ -45,7 +45,7 @@ jobs:
4545
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
4646
steps:
4747
- name: Check out repository
48-
uses: actions/checkout@v5
48+
uses: actions/checkout@v6
4949

5050
- name: Set up .NET
5151
uses: actions/setup-dotnet@v5

0 commit comments

Comments
 (0)