Skip to content

Commit f574678

Browse files
authored
Merge pull request #3 from Nice3point/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents f0b67a3 + 0abdeb9 commit f574678

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: windows-2022
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
- name: Cache packages
1717
uses: actions/cache@v4
1818
with:

.github/workflows/Publish Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: windows-2022
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
with:
1616
fetch-depth: 0
1717
- name: Cache packages

0 commit comments

Comments
 (0)