From 83f9b085d5ed4242a526ccc67857a0fe207802e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 13:08:08 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/analysis-coverage.yml | 50 ++++++++++++------------- .github/workflows/docs-check.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/publish.yml | 4 +- 4 files changed, 29 insertions(+), 29 deletions(-) diff --git a/.github/workflows/analysis-coverage.yml b/.github/workflows/analysis-coverage.yml index 7aee3e02..4fb6bec8 100644 --- a/.github/workflows/analysis-coverage.yml +++ b/.github/workflows/analysis-coverage.yml @@ -27,7 +27,7 @@ jobs: name: Analysis steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - uses: actions/setup-python@v4 with: python-version: "3.9" @@ -109,7 +109,7 @@ jobs: php -S localhost:8080 & - name: Checkout NcPyApi - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 with: path: nc_py_api @@ -118,7 +118,7 @@ jobs: run: python3 -m pip -v install ".[dev]" - name: Checkout AppEcosystemV2 - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 with: path: apps/app_ecosystem_v2 repository: cloud-py-api/app_ecosystem_v2 @@ -138,7 +138,7 @@ jobs: timeout 3m tail --pid=$(cat /tmp/_install.pid) -f /dev/null - name: Checkout Talk - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 with: path: apps/spreed repository: nextcloud/spreed @@ -264,7 +264,7 @@ jobs: php -S localhost:8080 & - name: Checkout NcPyApi - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 with: path: nc_py_api @@ -273,7 +273,7 @@ jobs: run: python3 -m pip -v install ".[dev]" - name: Checkout AppEcosystemV2 - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 if: ${{ !startsWith(matrix.nextcloud, '26.') }} with: path: apps/app_ecosystem_v2 @@ -295,7 +295,7 @@ jobs: timeout 3m tail --pid=$(cat /tmp/_install.pid) -f /dev/null - name: Checkout Talk - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 with: path: apps/spreed repository: nextcloud/spreed @@ -408,7 +408,7 @@ jobs: php -S localhost:8080 & - name: Checkout NcPyApi - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 with: path: nc_py_api @@ -417,7 +417,7 @@ jobs: run: python3 -m pip -v install ".[dev]" - name: Checkout AppEcosystemV2 - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 with: path: apps/app_ecosystem_v2 repository: cloud-py-api/app_ecosystem_v2 @@ -501,14 +501,14 @@ jobs: python-version: 3.11 - name: Checkout server - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 with: submodules: true repository: nextcloud/server ref: "master" - name: Checkout Notifications - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 with: repository: nextcloud/notifications ref: "master" @@ -528,7 +528,7 @@ jobs: php -S localhost:8080 & - name: Checkout NcPyApi - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 with: path: nc_py_api @@ -537,7 +537,7 @@ jobs: run: python3 -m pip -v install ".[dev]" - name: Checkout AppEcosystemV2 - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 with: path: apps/app_ecosystem_v2 repository: cloud-py-api/app_ecosystem_v2 @@ -556,7 +556,7 @@ jobs: timeout 3m tail --pid=$(cat /tmp/_install.pid) -f /dev/null - name: Checkout Talk - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 with: path: apps/spreed repository: nextcloud/spreed @@ -640,21 +640,21 @@ jobs: python-version: '3.12-dev' - name: Checkout server - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 with: submodules: true repository: nextcloud/server ref: "master" - name: Checkout Notifications - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 with: repository: nextcloud/notifications ref: "master" path: apps/notifications - name: Checkout Activity - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 with: repository: nextcloud/activity ref: "master" @@ -675,7 +675,7 @@ jobs: php -S localhost:8080 & - name: Checkout NcPyApi - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 with: path: nc_py_api @@ -684,7 +684,7 @@ jobs: run: python3 -m pip -v install . pytest coverage pillow - name: Checkout Talk - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 with: path: apps/spreed repository: nextcloud/spreed @@ -756,21 +756,21 @@ jobs: python-version: 3.11 - name: Checkout server - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 with: submodules: true repository: nextcloud/server ref: ${{ matrix.nextcloud }} - name: Checkout Notifications - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 with: repository: nextcloud/notifications ref: ${{ matrix.nextcloud }} path: apps/notifications - name: Checkout Activity - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 with: repository: nextcloud/activity ref: ${{ matrix.nextcloud }} @@ -791,7 +791,7 @@ jobs: php -S localhost:8080 & - name: Checkout NcPyApi - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 with: path: nc_py_api @@ -800,7 +800,7 @@ jobs: run: python3 -m pip -v install ".[dev]" - name: Checkout AppEcosystemV2 - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 with: path: apps/app_ecosystem_v2 repository: cloud-py-api/app_ecosystem_v2 @@ -823,7 +823,7 @@ jobs: timeout 3m tail --pid=$(cat /tmp/_install.pid) -f /dev/null - name: Checkout Talk - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 with: path: apps/spreed repository: nextcloud/spreed diff --git a/.github/workflows/docs-check.yml b/.github/workflows/docs-check.yml index 998c9f22..17669227 100644 --- a/.github/workflows/docs-check.yml +++ b/.github/workflows/docs-check.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - uses: actions/setup-python@v4 with: python-version: '3.10' diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d5d1423f..f434fd52 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - uses: actions/setup-python@v4 with: python-version: '3.10' diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 359aa6d8..872703ac 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - name: Setup Python uses: actions/setup-python@v4 with: @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - name: Get tag run: | RELEASE_VERSION=$(sed -n "s/^__version__.*\"\(.*\)\"$/\\1/p" ./nc_py_api/_version.py)