diff options
author | Joas Schilling <coding@schilljs.com> | 2024-07-17 11:02:48 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-07-17 11:03:50 +0200 |
commit | b651ad2536bb684f60d0d349ea07e610021dd635 (patch) | |
tree | c7d60802c90e05c20b372cf1500ce706d7b16d37 | |
parent | e63aee4dd844620dc1620f6c404c5a65ea05fcea (diff) | |
download | nextcloud-server-b651ad2536bb684f60d0d349ea07e610021dd635.tar.gz nextcloud-server-b651ad2536bb684f60d0d349ea07e610021dd635.zip |
fix(CI): Fix new files after rebase on lastest stable29
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r-- | .github/workflows/integration-dav.yml | 4 | ||||
-rw-r--r-- | .github/workflows/integration-litmus.yml | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/integration-dav.yml b/.github/workflows/integration-dav.yml index 33dffd23c82..94b670e1647 100644 --- a/.github/workflows/integration-dav.yml +++ b/.github/workflows/integration-dav.yml @@ -51,12 +51,12 @@ jobs: steps: - name: Checkout server - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: submodules: true - name: Set up php ${{ matrix.php-versions }} - uses: shivammathur/setup-php@4bd44f22a98a19e0950cbad5f31095157cc9621b # v2 + uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1 with: php-version: ${{ matrix.php-versions }} # https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation diff --git a/.github/workflows/integration-litmus.yml b/.github/workflows/integration-litmus.yml index d57bfbd9d79..94f0218512e 100644 --- a/.github/workflows/integration-litmus.yml +++ b/.github/workflows/integration-litmus.yml @@ -50,12 +50,12 @@ jobs: steps: - name: Checkout server - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: submodules: true - name: Set up php ${{ matrix.php-versions }} - uses: shivammathur/setup-php@4bd44f22a98a19e0950cbad5f31095157cc9621b # v2 + uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1 with: php-version: ${{ matrix.php-versions }} # https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation @@ -109,4 +109,4 @@ jobs: steps: - name: Summary status - run: if ${{ needs.changes.outputs.src != 'false' && needs.integration-litmus.result != 'success' }}; then exit 1; fi
\ No newline at end of file + run: if ${{ needs.changes.outputs.src != 'false' && needs.integration-litmus.result != 'success' }}; then exit 1; fi |