Skip to content

Commit 50b042a

Browse files
committedJul 15, 2024
Merge branch 'main' into feat/multiple-loadouts-part2
2 parents 44a50b4 + e06c537 commit 50b042a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+340
-121
lines changed
 

‎.github/workflows/build-linux-pupnet.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
artifactUrl: ${{ steps.upload.outputs.artifact-url }}
6161

6262
steps:
63-
- uses: actions/checkout@v3
63+
- uses: actions/checkout@v4
6464
with:
6565
submodules: "recursive"
6666

@@ -113,7 +113,7 @@ jobs:
113113
artifactUrl: ${{ steps.upload.outputs.artifact-url }}
114114

115115
steps:
116-
- uses: actions/checkout@v3
116+
- uses: actions/checkout@v4
117117
with:
118118
submodules: "recursive"
119119

‎.github/workflows/build-windows-pupnet.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
artifactUrl: ${{ steps.upload.outputs.artifact-url }}
7979

8080
steps:
81-
- uses: actions/checkout@v3
81+
- uses: actions/checkout@v4
8282
with:
8383
submodules: "recursive"
8484

@@ -143,7 +143,7 @@ jobs:
143143
artifactUrl: ${{ steps.upload.outputs.artifact-url }}
144144

145145
steps:
146-
- uses: actions/checkout@v3
146+
- uses: actions/checkout@v4
147147
with:
148148
submodules: "recursive"
149149

0 commit comments

Comments
 (0)
Please sign in to comment.