Update actions/checkout action to v7 #8
2 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
run: apk add --no-cache nodejs
|
||||
|
||||
- name: Checkout Source Code
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v7
|
||||
|
||||
- name: Build Container
|
||||
env:
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
run: apk add --no-cache nodejs git
|
||||
|
||||
- name: Checkout source code
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v7
|
||||
|
||||
- name: Checkout nextcloud/docker
|
||||
run: git clone --depth 1 https://github.com/nextcloud/docker.git nextcloud-docker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue