chore: update checkout action
Test Action / Test Base Modules Requires PHP (pull_request) Successful in 19s
Test Action / Test nginx (pull_request) Successful in 46s
Test Action / Test Node (pull_request) Failing after 51s
Test Action / Test Custom Server Path (pull_request) Failing after 54s
Test Action / Test Build Command (pull_request) Successful in 50s
Test Action / Test PHP (pull_request) Successful in 1m30s
Test Action / Test Database Configuration (pull_request) Successful in 1m48s
Test Action / Test All Components (pull_request) Successful in 1m50s
Test Action / Test Base Modules Installation (pull_request) Successful in 59s
Test Action / Test Base Modules Requires PHP (pull_request) Successful in 19s
Test Action / Test nginx (pull_request) Successful in 46s
Test Action / Test Node (pull_request) Failing after 51s
Test Action / Test Custom Server Path (pull_request) Failing after 54s
Test Action / Test Build Command (pull_request) Successful in 50s
Test Action / Test PHP (pull_request) Successful in 1m30s
Test Action / Test Database Configuration (pull_request) Successful in 1m48s
Test Action / Test All Components (pull_request) Successful in 1m50s
Test Action / Test Base Modules Installation (pull_request) Successful in 59s
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
+2
-2
@@ -148,7 +148,7 @@ runs:
|
||||
|
||||
- name: Checkout server repository (public/no token)
|
||||
if: inputs.checkout-token == ''
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6.0.2
|
||||
with:
|
||||
repository: ${{ inputs.server-repository }}
|
||||
ref: ${{ inputs.server-ref }}
|
||||
@@ -159,7 +159,7 @@ runs:
|
||||
|
||||
- name: Checkout server repository (with token)
|
||||
if: inputs.checkout-token != ''
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6.0.2
|
||||
with:
|
||||
repository: ${{ inputs.server-repository }}
|
||||
ref: ${{ inputs.server-ref }}
|
||||
|
||||
Reference in New Issue
Block a user