Skip to content

Commit aed9877

Browse files
renovate[bot]ForNeVeR
authored andcommitted
Update actions/checkout action to v5
1 parent a9572fb commit aed9877

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

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

3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@v5
4141

4242
- name: Verify encoding
4343
shell: pwsh

.github/workflows/nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
NUGET_PACKAGES: ${{ github.workspace }}/.github/nuget-packages
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525

2626
- name: Read version from ref
2727
id: version

0 commit comments

Comments
 (0)