[skip ci] Merge pull request 'Update actions/checkout action to v7' (#2) from renovate/actions-checkout-7.x into main
Reviewed-on: #2
This commit is contained in:
commit
ef9a576cc0
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ jobs:
|
||||||
runs-on: debian-trixie
|
runs-on: debian-trixie
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v7
|
||||||
|
|
||||||
- name: Copy build-config
|
- name: Copy build-config
|
||||||
run: cp .ci-scripts/build-config.json ./build-config.json
|
run: cp .ci-scripts/build-config.json ./build-config.json
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue