Skip to content

Commit e96901e

Browse files
authored
Merge pull request #53 from Evidos/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents eac4429 + 65bb2fc commit e96901e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish_nuget_package.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@v5
18+
uses: actions/checkout@v6
1919

2020
- name: Check for Tag on Current Commit
2121
run: |

0 commit comments

Comments
 (0)