Update actions/checkout action to v7
This commit is contained in:
parent
0b7b272117
commit
d42f74c81c
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ jobs:
|
||||||
runs-on: ${{ vars.RUNNER_LABEL }}
|
runs-on: ${{ vars.RUNNER_LABEL }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v7
|
||||||
|
|
||||||
- name: install docker???
|
- name: install docker???
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue