2 parents 55d8ace + 9b23dcf commit c6674bdCopy full SHA for c6674bd
2 files changed
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
RELEASE_EDGE: ${{ steps.start_build.outputs.RELEASE_EDGE }}
24
steps:
25
- name: Checkout Repository
26
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
27
with:
28
fetch-depth: 0
29
- id: start_build
@@ -40,7 +40,7 @@ jobs:
40
runs-on: ubuntu-24.04-arm
41
42
43
44
45
46
.github/workflows/codebergmirror.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
14
15
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
16
17
18
0 commit comments