From 5959c13bd2e213c29f3efe6628151596a763514e Mon Sep 17 00:00:00 2001 From: Robin Windey Date: Mon, 4 Sep 2023 19:52:14 +0200 Subject: [PATCH] Bump checkout version to v4 --- .github/workflows/build_release.yml | 2 +- .github/workflows/coverage.yml | 4 ++-- .github/workflows/lint.yml | 2 +- .github/workflows/linx-fix.yml | 2 +- .github/workflows/phpunit.yml | 12 ++++++------ 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index 2e3cf8e..7df0f53 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: ${{ env.APP_NAME }} - name: Run build diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 8a882ed..4145a77 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout server - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: nextcloud/server ref: ${{ matrix.server-versions }} @@ -38,7 +38,7 @@ jobs: git submodule sync --recursive git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1 - name: Checkout app - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: apps/${{ env.APP_NAME }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ba1e93c..fdefe59 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,7 +20,7 @@ jobs: name: php${{ matrix.php-versions }}-LINT steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up php ${{ matrix.php-versions }} uses: shivammathur/setup-php@v2 diff --git a/.github/workflows/linx-fix.yml b/.github/workflows/linx-fix.yml index cae3162..e2e4354 100644 --- a/.github/workflows/linx-fix.yml +++ b/.github/workflows/linx-fix.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 64071fa..581c6b9 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout server - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: nextcloud/server ref: ${{ matrix.server-versions }} @@ -38,7 +38,7 @@ jobs: git submodule sync --recursive git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1 - name: Checkout app - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: apps/${{ env.APP_NAME }} @@ -90,7 +90,7 @@ jobs: steps: - name: Checkout server - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: nextcloud/server ref: ${{ matrix.server-versions }} @@ -102,7 +102,7 @@ jobs: git submodule sync --recursive git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1 - name: Checkout app - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: apps/${{ env.APP_NAME }} @@ -156,7 +156,7 @@ jobs: steps: - name: Checkout server - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: nextcloud/server ref: ${{ matrix.server-versions }} @@ -168,7 +168,7 @@ jobs: git submodule sync --recursive git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1 - name: Checkout app - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: apps/${{ env.APP_NAME }}