Skip to content

Commit 3d56697

Browse files
chore(deps): update actions/checkout action to v5
1 parent f81efb2 commit 3d56697

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release_map_builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: self-hosted
2222
steps:
2323
- name: "Checkout repository"
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
- name: "Restore & build project"
2626
run: |
2727
dotnet build -c Release ./src/AITSYS.RpgMakerMv.MapInfos/AITSYS.RpgMakerMv.MapInfos.csproj

.github/workflows/release_rpc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: self-hosted
2727
steps:
2828
- name: "Checkout repository"
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030
- name: "Restore & build project"
3131
run: |
3232
dotnet build -c Release ./src/AITSYS.RpgMakerMv.Rpc/AITSYS.RpgMakerMv.Rpc.csproj

0 commit comments

Comments
 (0)