Skip to content

Commit 10ab048

Browse files
authored
Merge pull request #23 from Nice3point/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents e083d93 + 384c545 commit 10ab048

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414

1515
- name: Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717

1818
- name: Cache NuGet
1919
uses: actions/cache@v4

.github/workflows/Publish Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313

1414
- name: Checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616

1717
- name: Cache NuGet
1818
uses: actions/cache@v4

0 commit comments

Comments
 (0)