Skip to content

Commit 25f3850

Browse files
authored
Merge pull request #152 from 7474/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents ef7f0f2 + 5e9d9d1 commit 25f3850

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
runs-on: windows-latest
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- name: Setup .NET SDK
1818
uses: actions/setup-dotnet@v5
1919
with:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
runs-on: windows-latest
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- name: Setup .NET
1818
uses: actions/setup-dotnet@v5
1919
with:

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
e2e:
1515
runs-on: windows-latest
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818

1919
# - uses: actions/setup-node@v3
2020
# - name: Install playwright browsers

0 commit comments

Comments
 (0)