Skip to content

Commit 8a1ec0d

Browse files
authored
Merge pull request #1 from xanthiacoder/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents ad31172 + f9bd802 commit 8a1ec0d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
target_windows_sfx: ${{ env.TARGET_WINDOWS_SFX }}
4747
target_windows_zip: ${{ env.TARGET_WINDOWS_ZIP }}
4848
steps:
49-
- uses: actions/checkout@v4
49+
- uses: actions/checkout@v5
5050
with:
5151
fetch-depth: 0
5252
submodules: recursive
@@ -195,7 +195,7 @@ jobs:
195195
BUILD_NUM: ${{ needs.configure.outputs.build_num }}
196196
PRODUCT_VERSION: ${{ github.ref_type == 'tag' && github.ref_name || needs.configure.outputs.previous_tag }}
197197
steps:
198-
- uses: actions/checkout@v4
198+
- uses: actions/checkout@v5
199199
with:
200200
fetch-depth: 1
201201
submodules: recursive
@@ -245,7 +245,7 @@ jobs:
245245
BUILD_NUM: ${{ needs.configure.outputs.build_num }}
246246
PRODUCT_VERSION: ${{ github.ref_type == 'tag' && github.ref_name || needs.configure.outputs.previous_tag }}
247247
steps:
248-
- uses: actions/checkout@v4
248+
- uses: actions/checkout@v5
249249
with:
250250
fetch-depth: 1
251251
submodules: recursive
@@ -319,7 +319,7 @@ jobs:
319319
BUILD_NUM: ${{ needs.configure.outputs.build_num }}
320320
PRODUCT_VERSION: ${{ github.ref_type == 'tag' && github.ref_name || needs.configure.outputs.previous_tag }}
321321
steps:
322-
- uses: actions/checkout@v4
322+
- uses: actions/checkout@v5
323323
with:
324324
fetch-depth: 1
325325
submodules: recursive
@@ -426,7 +426,7 @@ jobs:
426426
BUILD_NUM: ${{ needs.configure.outputs.build_num }}
427427
PRODUCT_VERSION: ${{ github.ref_type == 'tag' && github.ref_name || needs.configure.outputs.previous_tag }}
428428
steps:
429-
- uses: actions/checkout@v4
429+
- uses: actions/checkout@v5
430430
with:
431431
fetch-depth: 0
432432
submodules: recursive
@@ -478,7 +478,7 @@ jobs:
478478
BUILD_NUM: ${{ needs.configure.outputs.build_num }}
479479
PRODUCT_VERSION: ${{ github.ref_type == 'tag' && github.ref_name || needs.configure.outputs.previous_tag }}
480480
steps:
481-
- uses: actions/checkout@v4
481+
- uses: actions/checkout@v5
482482
with:
483483
fetch-depth: 1
484484
submodules: recursive
@@ -598,7 +598,7 @@ jobs:
598598
BUILD_NUM: ${{ needs.configure.outputs.build_num }}
599599
PRODUCT_VERSION: ${{ github.ref_type == 'tag' && github.ref_name || needs.configure.outputs.previous_tag }}
600600
steps:
601-
- uses: actions/checkout@v4
601+
- uses: actions/checkout@v5
602602
with:
603603
fetch-depth: 1
604604
submodules: recursive
@@ -669,7 +669,7 @@ jobs:
669669
BUILD_NUM: ${{ needs.configure.outputs.build_num }}
670670
PRODUCT_VERSION: ${{ github.ref_type == 'tag' && github.ref_name || needs.configure.outputs.previous_tag }}
671671
steps:
672-
- uses: actions/checkout@v4
672+
- uses: actions/checkout@v5
673673
with:
674674
fetch-depth: 1
675675
submodules: recursive
@@ -712,7 +712,7 @@ jobs:
712712
env:
713713
PRODUCT_VERSION: ${{ github.ref_type == 'tag' && github.ref_name || needs.configure.outputs.previous_tag }}
714714
steps:
715-
- uses: actions/checkout@v4
715+
- uses: actions/checkout@v5
716716
with:
717717
fetch-depth: 1
718718
submodules: recursive

0 commit comments

Comments
 (0)