mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Merge pull request #2747 from mRemoteNG/renovate/actions-checkout-5.x
Update actions/checkout action to v5
This commit is contained in:
2
.github/workflows/Build_mR-NB.yml
vendored
2
.github/workflows/Build_mR-NB.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
runs-on: ${{ matrix.runner }}
|
||||
steps:
|
||||
- name: (01) Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: (02) Setup MSBuild
|
||||
uses: microsoft/setup-msbuild@v2
|
||||
|
||||
Reference in New Issue
Block a user