diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index 5e14dd0..f995157 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: ${{ env.APP_NAME }} - name: Install NPM packages diff --git a/.github/workflows/ci-js.yml b/.github/workflows/ci-js.yml index b5e9a81..b378227 100644 --- a/.github/workflows/ci-js.yml +++ b/.github/workflows/ci-js.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: ${{ env.APP_NAME }} - name: Install NPM packages diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a57ad0..5e89bc3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.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 }} @@ -39,7 +39,7 @@ jobs: 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 }} @@ -93,7 +93,7 @@ jobs: steps: - name: Checkout server - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: nextcloud/server ref: ${{ matrix.server-versions }} @@ -106,7 +106,7 @@ jobs: 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 }} @@ -162,7 +162,7 @@ jobs: steps: - name: Checkout server - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: nextcloud/server ref: ${{ matrix.server-versions }} @@ -175,7 +175,7 @@ jobs: 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 }}