Skip to content

Commit 59bb840

Browse files
authored
Merge pull request #1366 from mysql-net/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4.
2 parents c881f76 + 869a91c commit 59bb840

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919

2020
- name: Set up .NET 7.0
2121
uses: actions/setup-dotnet@v3

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Check out
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828

2929
- name: Set up .NET 7.0
3030
uses: actions/setup-dotnet@v3

0 commit comments

Comments
 (0)